winedevice: Wine PE loader is able to resolve forwards to not yet loaded modules.
This commit is contained in:
parent
4d672ba090
commit
a2a3c59a45
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue