Changeset 21347 for trunk/src/user32/window.cpp
- Timestamp:
- Oct 31, 2009, 8:56:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r21334 r21347 1263 1263 SetLastError(0); 1264 1264 if(lpPoints == NULL || cPoints == 0) { 1265 dprintf(("MapWindowPoints error: lpPoints %p, cPoints %d", lpPoints, cPoints)); 1265 1266 SetLastError(ERROR_INVALID_PARAMETER); 1266 1267 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.