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

oldstable
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;
typedef struct tagIDLDESC {
ULONG dwReserved;
ULONG_PTR dwReserved;
USHORT wIDLFlags;
} IDLDESC, *LPIDLDESC;
@ -404,8 +404,8 @@ typedef struct tagEXCEPINFO {
BSTR bstrDescription;
BSTR bstrHelpFile;
DWORD dwHelpContext;
ULONG pvReserved;
ULONG pfnDeferredFillIn;
ULONG_PTR pvReserved;
ULONG_PTR pfnDeferredFillIn;
SCODE scode;
} EXCEPINFO;
cpp_quote("#else")