Changeset 299 for trunk/include/os2wrap.h
- Timestamp:
- Jul 13, 1999, 12:39:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2wrap.h
r223 r299 1 /* $Id: os2wrap.h,v 1. 6 1999-06-26 18:24:22sandervl Exp $ */1 /* $Id: os2wrap.h,v 1.7 1999-07-13 10:39:16 sandervl Exp $ */ 2 2 #ifndef __OS2WRAP_H__ 3 3 #define __OS2WRAP_H__ … … 950 950 #define DosSearchPath _DosSearchPath 951 951 952 inline ULONG _DosError(ULONG error) 953 { 954 ULONG yyrc; 955 USHORT sel = RestoreOS2FS(); 956 957 yyrc = DosError(error); 958 SetFS(sel); 959 960 return yyrc; 961 } 962 963 #undef DosError 964 #define DosError _DosError 965 952 966 #endif 953 967 #ifdef INCL_DOSDEVICES … … 1462 1476 1463 1477 #endif 1478 1464 1479 #ifdef INCL_DOSSESMGR 1465 1480 inline ULONG _DosQueryAppType(PCSZ a, PULONG b)
Note:
See TracChangeset
for help on using the changeset viewer.