Changeset 636
- Timestamp:
- Aug 23, 1999, 12:15:15 AM (26 years ago)
- Location:
- trunk/include/win
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/win/oleauto.h ¶
r4 r636 1 /* $Id: oleauto.h,v 1. 1 1999-05-24 20:19:16 ktkExp $ */1 /* $Id: oleauto.h,v 1.2 1999-08-22 22:15:15 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_OLEAUTO_H … … 96 96 /* These are macros that help accessing the VARIANT date type. 97 97 */ 98 #if def __cplusplus98 #if defined(__cplusplus) && !defined(NONAMELESSUNION) 99 99 #define V_UNION(A, B) ((A)->B) 100 100 #define V_VT(A) ((A)->vt) … … 481 481 DISPID dispid; /* method ID */ 482 482 UINT16 iMeth; /* method index */ 483 CALLCONV cc; /* calling convention */483 CALLCONV_OLE2 cc; /* calling convention */ 484 484 UINT16 cArgs; /* count of arguments */ 485 485 WORD wFlags; /* same wFlags as on IDispatch::Invoke() */ -
TabularUnified trunk/include/win/wtypes.h ¶
r260 r636 62 62 #define REFIID const IID* const 63 63 #define REFFMTID const FMTID* const 64 //#define REFGUID const GUID* 65 //#define REFCLSID const CLSID* 66 //#define REFIID const IID* 67 //#define REFFMTID const FMTID* 68 64 69 #endif /* !defined(__cplusplus) && !defined(CINTERFACE) */ 65 70
Note:
See TracChangeset
for help on using the changeset viewer.