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

Alexandre Julliard julliard at winehq.org
Thu Sep 11 08:00:19 CDT 2008


Module: wine
Branch: master
Commit: a2a3c59a45c1f849ced2ed8901e04cdbfa4b7df9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a2a3c59a45c1f849ced2ed8901e04cdbfa4b7df9

Author: Dmitry Timoshkov <dmitry at 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;




More information about the wine-cvs mailing list