Changeset 1042 for trunk/src/user32/loadres.cpp
- Timestamp:
- Sep 25, 1999, 4:18:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/loadres.cpp
r949 r1042 1 /* $Id: loadres.cpp,v 1. 6 1999-09-15 23:18:52sandervl Exp $ */1 /* $Id: loadres.cpp,v 1.7 1999-09-25 14:15:54 sandervl Exp $ */ 2 2 3 3 /* … … 138 138 } 139 139 } 140 dprintf(("LoadCursorA (%X) returned %x\n", hinst, hCursor)); 140 if(HIWORD(lpszCursor)) { 141 dprintf(("LoadCursorA %s from %x returned %x\n", lpszCursor, hinst, hCursor)); 142 } 143 else dprintf(("LoadCursorA %x from %x returned %x\n", lpszCursor, hinst, hCursor)); 141 144 142 145 return(hCursor);
Note:
See TracChangeset
for help on using the changeset viewer.