- Timestamp:
- Feb 16, 2002, 7:09:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oleaut32/tmarshal.c
r7916 r7936 264 264 } 265 265 266 #ifdef __WIN32OS2__ 267 #include <pshpack1.h> 268 #endif 269 266 270 typedef struct _TMAsmProxy { 267 271 BYTE popleax; … … 274 278 WORD bytestopop; 275 279 } WINE_PACKED TMAsmProxy; 280 281 #ifdef __WIN32OS2__ 282 #include <poppack.h> 283 #endif 276 284 277 285 typedef struct _TMProxyImpl { … … 559 567 } 560 568 569 #ifdef __WIN32OS2__ 570 static DWORD CDECL 571 #else 561 572 static DWORD 573 #endif 562 574 xCall(LPVOID retptr, int method, TMProxyImpl *tpinfo /*, args */) { 563 575 DWORD *args = ((DWORD*)&tpinfo)+1, *xargs;
Note:
See TracChangeset
for help on using the changeset viewer.