Changeset 6508 for trunk/include/win/wine/obj_oleaut.h
- Timestamp:
- Aug 10, 2001, 9:30:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_oleaut.h
r4833 r6508 100 100 CC_MPWPASCAL = CC_MPWCDECL + 1, 101 101 CC_MAX = CC_MPWPASCAL + 1 102 } CALLCONV _OLE2;102 } CALLCONV; 103 103 104 104 typedef CY CURRENCY; … … 361 361 FUNCKIND funckind; 362 362 INVOKEKIND invkind; 363 CALLCONV _OLE2callconv;363 CALLCONV callconv; 364 364 SHORT cParams; 365 365 SHORT cParamsOpt;
Note:
See TracChangeset
for help on using the changeset viewer.