Changeset 186 for trunk/dll/dircnrs.c
- Timestamp:
- Jun 5, 2005, 9:05:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/dll/dircnrs.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r171 r186 15 15 25 May 05 SHL Use ULONGLONG and CommaFmtULL 16 16 26 May 05 SHL More large file formatting updates 17 05 Jun 05 SHL Use QWL_USER 17 18 18 19 ***********************************************************************/ … … 75 76 dcd = WinQueryWindowPtr(WinWindowFromID(WinQueryWindow(hwnd, 76 77 QW_PARENT), 77 DIR_CNR),78 0);78 DIR_CNR), 79 QWL_USER); 79 80 if(dcd) 80 81 SetDetailsSwitches(hwndButtonPopup, … … 135 136 dcd = WinQueryWindowPtr(WinWindowFromID(WinQueryWindow(hwnd, 136 137 QW_PARENT), 137 DIR_CNR),138 0);138 DIR_CNR), 139 QWL_USER); 139 140 if(id == DIR_SORT) { /* don't have sort pathname in dirs */ 140 141 WinSendMsg(hwndButtonPopup, … … 3771 3772 if(dcd->hwndObject) 3772 3773 WinSetWindowPtr(dcd->hwndObject, 3773 0,3774 QWL_USER, 3774 3775 NULL); 3775 3776 WinSetWindowPtr(hwnd, 3776 0,3777 QWL_USER, 3777 3778 NULL); 3778 3779 if(dcd->hwndRestore) … … 3891 3892 (PFNWP)DirFrameWndProc); 3892 3893 WinSetWindowPtr(hwndFrame, 3893 0,3894 QWL_USER, 3894 3895 (PVOID)oldproc); 3895 3896 }
Note:
See TracChangeset
for help on using the changeset viewer.
