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

Dmitry Timoshkov dmitry at codeweavers.com
Wed Sep 10 23:00:40 CDT 2008


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






More information about the wine-patches mailing list