From e0eab36c3180351f049bd88fe6b577711cbea105 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 31 Jan 2002 02:16:42 +0000 Subject: Fix compilation failure for user who already have wine installed. CVS patchset: 1460 CVS date: 2002/01/31 02:16:42 --- src/libw32dll/wine/win32.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libw32dll/wine/win32.h') diff --git a/src/libw32dll/wine/win32.h b/src/libw32dll/wine/win32.h index 246bdc149..89321eb7a 100644 --- a/src/libw32dll/wine/win32.h +++ b/src/libw32dll/wine/win32.h @@ -3,9 +3,9 @@ #include -#include -#include -#include +#include "windef.h" +#include "winbase.h" +#include "com.h" extern void my_garbagecollection(void); -- cgit v1.2.3