[PATCH] kernel32: Don't use the TEB static buffer in CreateFileA().

Alexandre Julliard julliard at winehq.org
Fri Dec 1 11:42:09 CST 2017


Zebediah Figura <z.figura12 at gmail.com> writes:

> We might call GetModuleHandle("krnl386.exe16") later, which will overwrite
> the static buffer.

I'd suggest fixing that instead, there's no reason to use A functions
internally.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list