Win64 patch 7/13

Ge van Geldorp ge at gse.nl
Mon Jun 19 13:03:41 CDT 2006


Changelog:
  Ge van Geldorp <ge at gse.nl>
  - Fix compilation for Win64

Index: dlls/oleaut32/oaidl_p.c
===================================================================
RCS file: /home/wine/wine/dlls/oleaut32/oaidl_p.c,v
retrieving revision 1.6
diff -u -r1.6 oaidl_p.c
--- dlls/oleaut32/oaidl_p.c	6 Jun 2005 19:50:37 -0000	1.6
+++ dlls/oleaut32/oaidl_p.c	19 Jun 2006 17:21:57 -0000
@@ -11399,7 +11399,7 @@
 /* Object interface: ICreateTypeLib2, ver. 0.0,
    GUID={0x0002040F,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */
 
-#if !defined(__RPC_WIN32__)
+#if !defined(__RPC_WIN32__) && !defined(__RPC_WIN64__)
 #error  Invalid build platform for this stub.
 #endif
 



More information about the wine-patches mailing list