Changeset 21424 for trunk/include/os2wrap.h
- Timestamp:
- Aug 24, 2010, 1:41:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2wrap.h
r21405 r21424 428 428 #define DosLoadModule _DosLoadModule 429 429 430 ULONG APIENTRY _DosQueryModFromEIP(PHMODULE a, PULONG b, ULONG c, PCHAR d, PULONG e, ULONG f); 431 432 #undef DosQueryModFromEIP 433 #define DosQueryModFromEIP _DosQueryModFromEIP 434 430 435 ULONG APIENTRY _DosQueryModuleHandle(PCSZ a, PHMODULE b); 431 436 … … 987 992 988 993 #endif 994 #ifdef INCL_DOSPROFILE 995 ULONG 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 989 1001 #ifdef INCL_RXSUBCOM 990 1002 ULONG APIENTRY _RexxDeregisterSubcom(PCSZ a, PCSZ b);
Note:
See TracChangeset
for help on using the changeset viewer.