Changeset 1365
- Timestamp:
- Apr 15, 2004, 12:47:37 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/os2emx.h
-
Property cvs2svn:cvs-rev
changed from
1.14
to1.15
r1364 r1365 152 152 153 153 /* ------------------------ DISABLE KEYWORDS ------------------------------ */ 154 #if ndef _System154 #if !defined (_System) && !defined (__IBMC__) && !defined (__IBMCPP__) 155 155 #define APIENTRY 156 156 #define EXPENTRY … … 162 162 163 163 /* ------------------------ CONSTANTS AND TYPES --------------------------- */ 164 165 #if defined (__IBMC__) || defined (__IBMCPP__) 166 #ifndef __const__ 167 #define __const__ const 168 #endif 169 #ifndef __attribute__ 170 #define __attribute__(a) 171 #endif 172 #ifndef __volatile__ 173 #define __volatile__ volatile 174 #endif 175 #if !defined (INCL_LONGLONG_STRUCTS) 176 #define INCL_LONGLONG_STRUCTS 177 #endif 178 #endif 164 179 165 180 #if !defined (FALSE) … … 13287 13302 #define GETLINFOSEG() ((PLINFOSEG)(void*)(((unsigned)&DosLocalInfo & 0xfff8) << 13)) 13288 13303 13304 #if defined (__IBMC__) || defined (__IBMCPP__) 13305 #pragma import (DosGlobalInfo, "DosGlobalInfo", "doscalls", 217) 13306 #pragma import (DosLocalInfo, "DosLocalInfo", "doscalls", 216) 13307 #endif 13308 13289 13309 #endif /* INCL_DOSINFOSEG */ 13290 13310 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.