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

oldstable
Dmitry Timoshkov 2008-09-11 13:00:40 +09:00 committed by Alexandre Julliard
parent 4d672ba090
commit a2a3c59a45
1 changed files with 0 additions and 3 deletions

View File

@ -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;