Changeset 1405 for trunk/src/user32/open32wbase.h
- Timestamp:
- Oct 22, 1999, 8:11:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/open32wbase.h
r949 r1405 1 /* $Id: open32wbase.h,v 1. 1 1999-09-15 23:18:52sandervl Exp $ */1 /* $Id: open32wbase.h,v 1.2 1999-10-22 18:11:45 sandervl Exp $ */ 2 2 /* 3 3 * Open32 Window fake Base Class for OS/2 … … 14 14 15 15 extern "C" { 16 void _System WinSetDAXData (HWND, PVOID);17 16 ULONG _System PIEPS (ULONG, ULONG); 17 void _System _WinSetDAXData (HWND, PVOID); 18 18 } 19 20 inline void _System WinSetDAXData (HWND a, PVOID b) 21 { 22 USHORT sel = RestoreOS2FS(); 23 24 _WinSetDAXData(a, b); 25 SetFS(sel); 26 } 19 27 20 28 #define PIEPS(x,y)
Note:
See TracChangeset
for help on using the changeset viewer.