Changeset 7936 for trunk/src


Ignore:
Timestamp:
Feb 16, 2002, 7:09:12 PM (24 years ago)
Author:
sandervl
Message:

packing & calling convention fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/tmarshal.c

    r7916 r7936  
    264264}
    265265
     266#ifdef __WIN32OS2__
     267#include <pshpack1.h>
     268#endif
     269
    266270typedef struct _TMAsmProxy {
    267271    BYTE        popleax;
     
    274278    WORD        bytestopop;
    275279} WINE_PACKED TMAsmProxy;
     280
     281#ifdef __WIN32OS2__
     282#include <poppack.h>
     283#endif
    276284
    277285typedef struct _TMProxyImpl {
     
    559567}
    560568
     569#ifdef __WIN32OS2__
     570static DWORD CDECL
     571#else
    561572static DWORD
     573#endif
    562574xCall(LPVOID retptr, int method, TMProxyImpl *tpinfo /*, args */) {
    563575    DWORD               *args = ((DWORD*)&tpinfo)+1, *xargs;
Note: See TracChangeset for help on using the changeset viewer.