Changeset 537 for trunk/include/os2sel.h
- Timestamp:
- Aug 17, 1999, 9:30:50 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2sel.h
r281 r537 1 /* $Id: os2sel.h,v 1. 4 1999-07-07 08:11:09 sandervlExp $ */1 /* $Id: os2sel.h,v 1.5 1999-08-17 19:30:49 phaller Exp $ */ 2 2 /* 3 3 * … … 8 8 #define __OS2SEL_H__ 9 9 10 USHORT _System GetFS();11 USHORT_System RestoreOS2FS();12 void _System SetFS(USHORTselector);13 USHORT _System SetReturnFS(USHORTselector);10 unsigned short _System GetFS (); 11 unsigned short _System RestoreOS2FS(); 12 void _System SetFS (unsigned short selector); 13 unsigned short _System SetReturnFS (unsigned short selector); 14 14 15 15 #endif //__OS2SEL_H__
Note:
See TracChangeset
for help on using the changeset viewer.