Module: wine Branch: master Commit: a2a3c59a45c1f849ced2ed8901e04cdbfa4b7df9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a2a3c59a45c1f849ced2ed8901...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Sep 11 13:00:40 2008 +0900
winedevice: Wine PE loader is able to resolve forwards to not yet loaded modules.
---
programs/winedevice/device.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/programs/winedevice/device.c b/programs/winedevice/device.c index d48017a..5a1ba99 100644 --- a/programs/winedevice/device.c +++ b/programs/winedevice/device.c @@ -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;