Changeset 1340 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 17, 1999, 6:59:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1337 r1340 1 /* $Id: win32wbase.cpp,v 1.5 0 1999-10-17 16:42:39sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.51 1999-10-17 16:59:58 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2232 2232 hwnd = OSLibWinQueryClientWindow(hwnd); 2233 2233 if(hwnd) wnd = GetWindowFromOS2Handle(hwnd); 2234 if(!hwnd) wnd = GetWindowFromOS2FrameHandle(hwnd); 2234 2235 } 2235 2236
Note:
See TracChangeset
for help on using the changeset viewer.