Last change
on this file since 223 was 223, checked in by sandervl, 26 years ago |
FS changes for msg callbacks & OS2/Open32 apis
|
File size:
294 bytes
|
Line | |
---|
1 | /* $Id: os2sel.h,v 1.3 1999-06-26 18:24:22 sandervl Exp $ */
|
---|
2 | /*
|
---|
3 | *
|
---|
4 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
5 | *
|
---|
6 | */
|
---|
7 | #ifndef __OS2SEL_H__
|
---|
8 | #define __OS2SEL_H__
|
---|
9 |
|
---|
10 | USHORT _System GetFS();
|
---|
11 | USHORT _System RestoreOS2FS();
|
---|
12 | void _System SetFS(USHORT selector);
|
---|
13 |
|
---|
14 | #endif //__OS2SEL_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.