Commit a2a3c59a authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

winedevice: Wine PE loader is able to resolve forwards to not yet loaded modules.

parent 4d672ba0
......@@ -186,9 +186,6 @@ static BOOL load_driver(void)
HeapFree( GetProcessHeap(), 0, str );
if (!path) return FALSE;
/* make sure msvcrt is loaded to resolve the ntoskrnl.exe forwards */
LoadLibraryA( "msvcrt.dll" );
/* GameGuard uses an NT-style path name */
str = path;
if (!strncmpW( path, ntprefixW, 4 )) str += 4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment