source: trunk/include/os2sel.h@ 281

Last change on this file since 281 was 281, checked in by sandervl, 26 years ago

Major changes in PE2LX/KERNEL32 for TLS support. DLL VERSION INCREASED TO 3 AS THIS CHANGE MAKES IT INCOMPATIBLE WITH APPS CONVERTED WITH PREVIOUS VERSION OF PE2LX (OR WIN32K)

File size: 339 bytes
RevLine 
[281]1/* $Id: os2sel.h,v 1.4 1999-07-07 08:11:09 sandervl Exp $ */
[48]2/*
3 *
4 * Project Odin Software License can be found in LICENSE.TXT
5 *
6 */
7#ifndef __OS2SEL_H__
8#define __OS2SEL_H__
9
10USHORT _System GetFS();
[223]11USHORT _System RestoreOS2FS();
[48]12void _System SetFS(USHORT selector);
[281]13USHORT _System SetReturnFS(USHORT selector);
[48]14
15#endif //__OS2SEL_H__
Note: See TracBrowser for help on using the repository browser.