Changeset 574 for trunk/dll/comp.c
- Timestamp:
- Mar 23, 2007, 11:37:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r551 r574 7 7 8 8 Copyright (c) 1993-02 M. Kimes 9 Copyright (c) 2003, 200 6Steven H. Levine9 Copyright (c) 2003, 2007 Steven H. Levine 10 10 11 11 16 Oct 02 MK Baseline … … 23 23 19 Oct 06 SHL Correct . and .. detect 24 24 03 Nov 06 SHL Count thread usage 25 22 Mar 07 GKY Use QWL_USER 25 26 26 27 ***********************************************************************/ … … 289 290 WinDismissDlg(hwnd, 0); 290 291 else { 291 WinSetWindowPtr(hwnd, 0, mp2);292 WinSetWindowPtr(hwnd, QWL_USER, mp2); 292 293 fc = (FCOMPARE *) mp2; 293 294 fc->hwndReport = hwnd; … … 2524 2525 WinDestroyWindow(cmp->dcd.hwndLastMenu); 2525 2526 if (cmp->dcd.hwndObject) { 2526 WinSetWindowPtr(cmp->dcd.hwndObject, 0, (PVOID) NULL);2527 WinSetWindowPtr(cmp->dcd.hwndObject, QWL_USER, (PVOID) NULL); 2527 2528 if (!PostMsg(cmp->dcd.hwndObject, WM_CLOSE, MPVOID, MPVOID)) 2528 2529 WinSendMsg(cmp->dcd.hwndObject, WM_CLOSE, MPVOID, MPVOID);
Note:
See TracChangeset
for help on using the changeset viewer.