Ignore:
Timestamp:
Jun 26, 1999, 8:25:08 PM (26 years ago)
Author:
sandervl
Message:

FS changes for msg callbacks & OS2/Open32 apis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winos2def.h

    r175 r223  
    1 /* $Id: winos2def.h,v 1.5 1999-06-24 08:46:35 sandervl Exp $ */
     1/* $Id: winos2def.h,v 1.6 1999-06-26 18:24:23 sandervl Exp $ */
    22
    33/*
     
    4949{
    5050 BOOL yyrc;
    51  USHORT sel = GetFS();
     51 USHORT sel = RestoreOS2FS();
    5252
    5353    yyrc = WinPostMsg(a, b, c, d);
     
    6363{
    6464 ULONG yyrc;
    65  USHORT sel = GetFS();
     65 USHORT sel = RestoreOS2FS();
    6666
    6767    yyrc = DosSleep(a);
     
    110110{
    111111 ULONG yyrc;
    112  USHORT sel = GetFS();
     112 USHORT sel = RestoreOS2FS();
    113113
    114114    yyrc = DosQueryCtryInfo(a, b, c, d);
Note: See TracChangeset for help on using the changeset viewer.