- Timestamp:
- Sep 13, 1999, 9:18:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wbase.cpp
r849 r926 1 /* $Id: win32wbase.cpp,v 1.1 4 1999-09-06 20:50:35 sandervlExp $ */1 /* $Id: win32wbase.cpp,v 1.15 1999-09-13 19:18:23 dengert Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 37 37 #include "win32wndhandle.h" 38 38 #include "heapshared.h" 39 39 #include "dc.h" 40 40 41 41 #define HAS_DLGFRAME(style,exStyle) \ … … 124 124 OSLibWinSetWindowULong(OS2Hwnd, OFFSET_WIN32WNDPTR, 0); 125 125 OSLibWinSetWindowULong(OS2Hwnd, OFFSET_WIN32PM_MAGIC, 0); 126 127 if (isOwnDC()) 128 releaseOwnDC (ownDC); 126 129 127 130 if(Win32Hwnd)
Note:
See TracChangeset
for help on using the changeset viewer.