PATCH: include mess up

Marcus Meissner marcus at jet.franken.de
Tue Jul 10 16:47:20 CDT 2001


Hi,

There is some bad recursion when including objbase.h in non-WINE programs.
This fixes that problem, by using winbase.h instead of windows.h.

Ciao, Marcus

Changelog:
	replace windows.h by winbase.h to avoid include problems in
	WINELIB programs.
	

Index: include//rpc.h
===================================================================
RCS file: /home/wine/wine/include/rpc.h,v
retrieving revision 1.5
diff -u -r1.5 rpc.h
--- include//rpc.h	2000/11/30 01:31:29	1.5
+++ include//rpc.h	2001/07/10 22:34:13
@@ -6,7 +6,7 @@
 #define __WINE_RPC_H
 
 #if !defined(RPC_NO_WINDOWS_H) && !defined(__WINE__)
-#include "windows.h"
+#include "winbase.h"
 #endif
 
 #define __RPC_FAR




More information about the wine-patches mailing list