Changeset 3482 for trunk/src/user32/user32.cpp
- Timestamp:
- May 2, 2000, 10:50:53 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/user32.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r3337 r3482 1 /* $Id: user32.cpp,v 1.7 7 2000-04-07 10:01:16sandervl Exp $ */1 /* $Id: user32.cpp,v 1.78 2000-05-02 20:50:50 sandervl Exp $ */ 2 2 3 3 /* … … 151 151 (lprcSrc1->top >= lprcSrc2->bottom) || (lprcSrc2->top >= lprcSrc1->bottom)) 152 152 { 153 SetLastError(ERROR_INVALID_PARAMETER); 154 if (lprcDst) SetRectEmpty(lprcDst); 155 return FALSE; 153 //SvL: NT doesn't set the last error here 154 //SetLastError(ERROR_INVALID_PARAMETER); 155 if (lprcDst) SetRectEmpty(lprcDst); 156 return FALSE; 156 157 } 157 158 if (lprcDst) … … 1222 1223 SHORT WIN32API GetKeyState( int nVirtKey) 1223 1224 { 1224 //SvL: Hehe. 32 MB logfile for Opera after a minute.1225 1225 dprintf2(("USER32: GetKeyState %d\n", nVirtKey)); 1226 1226 return O32_GetKeyState(nVirtKey);
Note:
See TracChangeset
for help on using the changeset viewer.
