https://bugs.winehq.org/show_bug.cgi?id=52610
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |6ebcc54a5c2c4b5724571f37ab4 | |1e99ee9e49acb Keywords| |regression CC| |julliard@winehq.org
--- Comment #1 from Damjan Jovanovic damjan.jov@gmail.com --- Adding author to CC.
The calling app does:
hCVxD = CreateFileA(argv[1], 0,0,0, CREATE_NEW, FILE_FLAG_DELETE_ON_CLOSE, 0);
Possibly because CreateFileA() calls file_name_AtoW() with alloc==FALSE, which uses NtCurrentTeb()->StaticUnicodeString, which FIXME() might use too?
But then why is the ELF build unaffected?