- Timestamp:
- Mar 29, 2001, 7:39:19 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r5373 r5397 1 /* $Id: win32wbase.cpp,v 1.24 5 2001-03-25 08:50:42sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.246 2001-03-29 17:39:19 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 3480 3480 return 0; 3481 3481 } 3482 dprintf2(("GetWindowLong%c %x %d %x", getWindowHandle(), (fUnicode) ? 'W' : 'A', index, value));3482 dprintf2(("GetWindowLong%c %x %d %x", (fUnicode) ? 'W' : 'A', getWindowHandle(), index, value)); 3483 3483 //Note: NT4, SP6 does not set the last error to 0 3484 3484 SetLastError(ERROR_SUCCESS);
Note:
See TracChangeset
for help on using the changeset viewer.