Changeset 6997 for trunk/include/os2sel.h
- Timestamp:
- Oct 10, 2001, 11:22:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2sel.h
r4077 r6997 1 /* $Id: os2sel.h,v 1. 8 2000-08-24 07:07:21 sandervlExp $ */1 /* $Id: os2sel.h,v 1.9 2001-10-10 21:22:13 phaller Exp $ */ 2 2 /* 3 3 * … … 7 7 #ifndef __OS2SEL_H__ 8 8 #define __OS2SEL_H__ 9 10 11 #ifdef __cplusplus 12 extern "C" { 13 #endif 14 9 15 10 16 #ifdef __WATCOMC__ … … 29 35 30 36 #else 31 unsigned short _System GetFS (); 32 unsigned short _System RestoreOS2FS(); 37 38 unsigned short _System GetFS (void); 39 unsigned short _System RestoreOS2FS(void); 33 40 void _System SetFS (unsigned short selector); 34 41 unsigned short _System SetReturnFS (unsigned short selector); … … 36 43 37 44 //SvL: Checks if thread FS & exception structure are valid 38 int _System CheckCurFS(); 45 int _System CheckCurFS(void); 46 47 48 #ifdef __cplusplus 49 } 50 #endif 51 39 52 40 53 #endif //__OS2SEL_H__
Note:
See TracChangeset
for help on using the changeset viewer.