Ignore:
Timestamp:
Aug 24, 2010, 1:41:28 AM (15 years ago)
Author:
dmik
Message:

Added wrappers for DosQueryModFromEIP and DosQuerySysState and added compiling emxomfld-friendly wrapper libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2wrap.h

    r21405 r21424  
    428428#define DosLoadModule _DosLoadModule
    429429
     430ULONG APIENTRY _DosQueryModFromEIP(PHMODULE a, PULONG b, ULONG c, PCHAR d, PULONG e, ULONG f);
     431
     432#undef  DosQueryModFromEIP
     433#define DosQueryModFromEIP _DosQueryModFromEIP
     434
    430435ULONG APIENTRY _DosQueryModuleHandle(PCSZ a, PHMODULE b);
    431436
     
    987992
    988993#endif
     994#ifdef INCL_DOSPROFILE
     995ULONG APIENTRY _DosQuerySysState(ULONG a, ULONG b, PID c, TID d, PVOID e, ULONG f);
     996
     997#undef  DosQuerySysState
     998#define DosQuerySysState _DosQuerySysState
     999
     1000#endif
    9891001#ifdef INCL_RXSUBCOM
    9901002ULONG APIENTRY _RexxDeregisterSubcom(PCSZ a, PCSZ b);
Note: See TracChangeset for help on using the changeset viewer.