ntoskrnl: Fix import redirect dependency.

Chris Wulff crwulff at rochester.rr.com
Tue Dec 18 20:53:24 CST 2007


Fix import redirect dependency. Some redirects in the spec refer to
msvcrt.

  -- Chris Wulff
-------------- next part --------------
commit a0e35c839c5de7a39c807838cc4127d52bc85c22
Author: crwulff <crwulff at cybertron.(none)>
Date:   Thu Dec 6 23:23:10 2007 -0500

    Fix import dependency.

diff --git a/dlls/ntoskrnl.exe/Makefile.in b/dlls/ntoskrnl.exe/Makefile.in
index 2e91316..b632551 100644
--- a/dlls/ntoskrnl.exe/Makefile.in
+++ b/dlls/ntoskrnl.exe/Makefile.in
@@ -4,7 +4,7 @@ SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = ntoskrnl.exe
 IMPORTLIB = libntoskrnl.exe.$(IMPLIBEXT)
-IMPORTS   = kernel32 ntdll
+IMPORTS   = msvcrt kernel32 ntdll
 
 C_SRCS = \
 	ntoskrnl.c


More information about the wine-patches mailing list