Changeset 2211 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Dec 27, 1999, 6:08:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r2204 r2211 1 /* $Id: oslibwin.cpp,v 1.5 2 1999-12-26 17:30:15cbratschi Exp $ */1 /* $Id: oslibwin.cpp,v 1.53 1999-12-27 17:08:08 cbratschi Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 1200 1200 return WinEnableWindowUpdate(hwnd,fEnable); 1201 1201 } 1202 //****************************************************************************** 1203 //****************************************************************************** 1204 ULONG OSLibWinGetLastError() 1205 { 1206 return WinGetLastError(GetThreadHAB()) & 0xFFFF; 1207 }
Note:
See TracChangeset
for help on using the changeset viewer.