Changeset 223 for trunk/include/winos2def.h
- Timestamp:
- Jun 26, 1999, 8:25:08 PM (26 years ago)
- 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:35sandervl Exp $ */1 /* $Id: winos2def.h,v 1.6 1999-06-26 18:24:23 sandervl Exp $ */ 2 2 3 3 /* … … 49 49 { 50 50 BOOL yyrc; 51 USHORT sel = GetFS();51 USHORT sel = RestoreOS2FS(); 52 52 53 53 yyrc = WinPostMsg(a, b, c, d); … … 63 63 { 64 64 ULONG yyrc; 65 USHORT sel = GetFS();65 USHORT sel = RestoreOS2FS(); 66 66 67 67 yyrc = DosSleep(a); … … 110 110 { 111 111 ULONG yyrc; 112 USHORT sel = GetFS();112 USHORT sel = RestoreOS2FS(); 113 113 114 114 yyrc = DosQueryCtryInfo(a, b, c, d);
Note:
See TracChangeset
for help on using the changeset viewer.