Changeset 21916 for trunk/include/os2newapi.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/os2newapi.h
r21380 r21916 7 7 #ifndef __OS2NEWAPI_H__ 8 8 #define __OS2NEWAPI_H__ 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 9 13 10 14 #ifdef INCL_WIN … … 42 46 USHORT APIENTRY16 DosSizeSeg(SEL sel, PULONG pcbSize); 43 47 48 #ifndef __EMX__ 44 49 #define DosSelToFlat Dos32SelToFlat 50 #endif 45 51 ULONG _Optlink DosSelToFlat(ULONG seladdr); 46 52 53 #ifndef __EMX__ 47 54 #define DosFlatToSel Dos32FlatToSel 55 #endif 48 56 ULONG _Optlink DosFlatToSel(ULONG lin); 49 57 … … 67 75 ULONG ulSubFunction); 68 76 77 #ifdef __cplusplus 78 } // extern "C" 79 #endif 80 69 81 #endif //__OS2SEL_H__
Note:
See TracChangeset
for help on using the changeset viewer.