include: Fix a couple of oaidl.idl definitions for 64-bit.

This commit is contained in:
Alexandre Julliard 2010-04-06 21:44:09 +02:00
parent 334f3add29
commit afac75ef0f
1 changed files with 3 additions and 3 deletions

View File

@ -343,7 +343,7 @@ const USHORT PARAMFLAG_FHASDEFAULT = 0x20;
const USHORT PARAMFLAG_FHASCUSTDATA = 0x40; const USHORT PARAMFLAG_FHASCUSTDATA = 0x40;
typedef struct tagIDLDESC { typedef struct tagIDLDESC {
ULONG dwReserved; ULONG_PTR dwReserved;
USHORT wIDLFlags; USHORT wIDLFlags;
} IDLDESC, *LPIDLDESC; } IDLDESC, *LPIDLDESC;
@ -404,8 +404,8 @@ typedef struct tagEXCEPINFO {
BSTR bstrDescription; BSTR bstrDescription;
BSTR bstrHelpFile; BSTR bstrHelpFile;
DWORD dwHelpContext; DWORD dwHelpContext;
ULONG pvReserved; ULONG_PTR pvReserved;
ULONG pfnDeferredFillIn; ULONG_PTR pfnDeferredFillIn;
SCODE scode; SCODE scode;
} EXCEPINFO; } EXCEPINFO;
cpp_quote("#else") cpp_quote("#else")