Changeset 5784 for trunk/src/user32/dc.cpp
- Timestamp:
- May 23, 2001, 10:35:57 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r5734 r5784 1 /* $Id: dc.cpp,v 1.10 4 2001-05-18 07:21:27 sandervl Exp $ */1 /* $Id: dc.cpp,v 1.105 2001-05-23 08:35:57 sandervl Exp $ */ 2 2 3 3 /* … … 1133 1133 if (hwnd == NULLHANDLE) 1134 1134 { 1135 #if 11136 // Don't do this for now (causes lots of desktop repaints in WordPad)1137 SetLastError(ERROR_INVALID_PARAMETER_W);1138 return FALSE;1139 #else1140 1135 hwnd = HWND_DESKTOP; 1141 1136 wnd = Win32BaseWindow::GetWindowFromOS2Handle(OSLIB_HWND_DESKTOP); … … 1148 1143 return FALSE; 1149 1144 } 1150 #endif1151 1145 } 1152 1146 else
Note:
See TracChangeset
for help on using the changeset viewer.