Changeset 537 for trunk/include


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

Fix: ODINWRAP, OS2SEL, PROFILE, LZ32

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinwrap.h

    r533 r537  
    1 /* $Id: odinwrap.h,v 1.7 1999-08-17 17:19:28 sandervl Exp $ */
     1/* $Id: odinwrap.h,v 1.8 1999-08-17 19:30:48 phaller Exp $ */
    22
    33/*
     
    1414#define _ODINWARP_H_
    1515
    16 #include <os2sel.h>
    1716
    1817/****************************************************************************
    1918 * Defines                                                                  *
    2019 ****************************************************************************/
     20
    2121
    2222#define ODIN_INTERNAL _Optlink
  • 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.