Changeset 10529 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Mar 16, 2004, 2:56:12 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r10485 r10529 1 /* $Id: win32wbase.cpp,v 1.38 6 2004-02-27 14:38:03sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.387 2004-03-16 13:56:12 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 4115 4115 if(nrOpenDCs == 0) { 4116 4116 dprintf(("Win32BaseWindow::removeOpenDC %x hdc %x not found!! (1)", getWindowHandle(), hdc)); 4117 DebugInt3(); 4117 //Some applications call ReleaseDC before EndPaint 4118 // DebugInt3(); 4118 4119 return; 4119 4120 }
Note:
See TracChangeset
for help on using the changeset viewer.