Changeset 3581 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- May 20, 2000, 4:57:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r3513 r3581 1 /* $Id: oslibwin.cpp,v 1.7 6 2000-05-10 13:14:42sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.77 2000-05-20 14:57:19 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 931 931 //****************************************************************************** 932 932 //****************************************************************************** 933 DWORD OSLibQueryWindowStyle(HWND hwnd) 934 { 935 return WinQueryWindowULong(hwnd, QWL_STYLE); 936 } 937 //****************************************************************************** 938 //****************************************************************************** 933 939 void OSLibWinSetVisibleRegionNotify(HWND hwnd, BOOL fNotify) 934 940 {
Note:
See TracChangeset
for help on using the changeset viewer.