Build without optimization broken again

Pavel Roskin proski at gnu.org
Wed Oct 29 10:59:46 CST 2003


ChangeLog:

	* dlls/ntdll/exception.c:
	Include ntdll_misc.h to avoid undefined reference to
	GetProcessHeap when compiled without optimization.

-- 
Regards,
Pavel Roskin
-------------- next part --------------
--- dlls/ntdll/exception.c
+++ dlls/ntdll/exception.c
@@ -36,6 +36,7 @@
 #include "wine/list.h"
 #include "wine/debug.h"
 #include "excpt.h"
+#include "ntdll_misc.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(seh);
 


More information about the wine-patches mailing list