include: Fix a couple of oaidl.idl definitions for 64-bit.
This commit is contained in:
parent
334f3add29
commit
afac75ef0f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue