Changeset 574 for trunk/dll/chklist.c
- Timestamp:
- Mar 23, 2007, 11:37:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/chklist.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/chklist.c
r551 r574 11 11 10 Jan 05 SHL Allow DND_TARGET to hold CCHMAXPATH 12 12 14 Jul 06 SHL Use Runtime_Error 13 22 Mar 07 GKY Use QWL_USER 13 14 14 15 ***********************************************************************/ … … 94 95 SHORT x; 95 96 96 WinSetWindowPtr(hwnd, 0, (PVOID) mp2);97 WinSetWindowPtr(hwnd, QWL_USER, (PVOID) mp2); 97 98 cl = (CHECKLIST *) mp2; 98 99 if (!cl->list || !cl->list[0]) { … … 244 245 SHORT x; 245 246 246 WinSetWindowPtr(hwnd, 0, (PVOID) mp2);247 WinSetWindowPtr(hwnd, QWL_USER, (PVOID) mp2); 247 248 cl = (CHECKLIST *) mp2; 248 249 if (!cl->list || !cl->list[0]) { … … 337 338 338 339 case UM_SETUP: 339 cl = WinQueryWindowPtr(hwnd, 0);340 cl = WinQueryWindowPtr(hwnd, QWL_USER); 340 341 if (cl) { 341 342 if (cl->flags == DO_MOVE)
Note:
See TracChangeset
for help on using the changeset viewer.
