One more fix for non-optimized build

Pavel Roskin proski at gnu.org
Wed Oct 8 14:53:12 CDT 2003


Hello!

I'm terribly sorry, but I forgot to include the patch for
dlls/ntdll/debugtools.c into the previous patch.

ChangeLog:
	* dlls/ntdll/debugtools.c:
	Include ntdll_misc.h to suppress dependency
	on kernel32.dll when building Wine without
	optimization.

-- 
Regards,
Pavel Roskin
-------------- next part --------------
--- dlls/ntdll/debugtools.c
+++ dlls/ntdll/debugtools.c
@@ -40,6 +40,7 @@
 #include "winnt.h"
 #include "winternl.h"
 #include "excpt.h"
+#include "ntdll_misc.h"
 
 WINE_DECLARE_DEBUG_CHANNEL(tid);
 


More information about the wine-patches mailing list