Changeset 1506 for trunk/src/emx/include/os2thunk.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/os2thunk.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1505 r1506 1 /* os2thunk.h (emx+gcc) */ 1 /* os2thunk.h,v 1.4 2004/09/14 22:27:35 bird Exp */ 2 /** @file 3 * EMX 4 */ 2 5 3 6 #ifndef _OS2THUNK_H 4 7 #define _OS2THUNK_H 8 9 #include <sys/cdefs.h> 10 11 __BEGIN_DECLS 5 12 6 13 typedef unsigned long _far16ptr; … … 61 68 #define _THUNK_PTR_STRUCT_OK(ptr) _THUNK_PTR_SIZE_OK ((ptr), sizeof (*(ptr))) 62 69 70 __END_DECLS 71 63 72 #endif /* not _OS2THUNK_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.