Win64 patch 1/6 (resend)

Ge van Geldorp ge at gse.nl
Tue Jun 20 02:34:41 CDT 2006


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

 dlls/oleaut32/oaidl_p.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/oleaut32/oaidl_p.c b/dlls/oleaut32/oaidl_p.c
index 1102e1c..fbdfd68 100644
--- a/dlls/oleaut32/oaidl_p.c
+++ b/dlls/oleaut32/oaidl_p.c
@@ -11399,7 +11399,7 @@ static const CInterfaceStubVtbl _ITypeFa
 /* 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
 
-- 
1.4.0




More information about the wine-patches mailing list