Changeset 537 for trunk/include/os2sel.h


Ignore:
Timestamp:
Aug 17, 1999, 9:30:50 PM (26 years ago)
Author:
phaller
Message:

Fix: ODINWRAP, OS2SEL, PROFILE, LZ32

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 sandervl Exp $ */
     1/* $Id: os2sel.h,v 1.5 1999-08-17 19:30:49 phaller Exp $ */
    22/*
    33 *
     
    88#define __OS2SEL_H__
    99
    10 USHORT _System GetFS();
    11 USHORT _System RestoreOS2FS();
    12 void   _System SetFS(USHORT selector);
    13 USHORT _System SetReturnFS(USHORT selector);
     10unsigned short _System GetFS       ();
     11unsigned short _System RestoreOS2FS();
     12void           _System SetFS       (unsigned short selector);
     13unsigned short _System SetReturnFS (unsigned short selector);
    1414
    1515#endif //__OS2SEL_H__
Note: See TracChangeset for help on using the changeset viewer.