Changeset 186 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Jun 5, 2005, 9:05:21 PM (20 years ago)
Author:
root
Message:

Use QWL_USER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r171 r186  
    1515  25 May 05 SHL Use ULONGLONG and CommaFmtULL
    1616  26 May 05 SHL More large file formatting updates
     17  05 Jun 05 SHL Use QWL_USER
    1718
    1819***********************************************************************/
     
    7576          dcd = WinQueryWindowPtr(WinWindowFromID(WinQueryWindow(hwnd,
    7677                                                  QW_PARENT),
    77                                   DIR_CNR),
    78                                   0);
     78                                                  DIR_CNR),
     79                                  QWL_USER);
    7980          if(dcd)
    8081            SetDetailsSwitches(hwndButtonPopup,
     
    135136                dcd = WinQueryWindowPtr(WinWindowFromID(WinQueryWindow(hwnd,
    136137                                                        QW_PARENT),
    137                                         DIR_CNR),
    138                                         0);
     138                                                        DIR_CNR),
     139                                        QWL_USER);
    139140                if(id == DIR_SORT) { /* don't have sort pathname in dirs */
    140141                  WinSendMsg(hwndButtonPopup,
     
    37713772          if(dcd->hwndObject)
    37723773            WinSetWindowPtr(dcd->hwndObject,
    3773                             0,
     3774                            QWL_USER,
    37743775                            NULL);
    37753776          WinSetWindowPtr(hwnd,
    3776                           0,
     3777                          QWL_USER,
    37773778                          NULL);
    37783779          if(dcd->hwndRestore)
     
    38913892                                      (PFNWP)DirFrameWndProc);
    38923893          WinSetWindowPtr(hwndFrame,
    3893                           0,
     3894                          QWL_USER,
    38943895                          (PVOID)oldproc);
    38953896        }
Note: See TracChangeset for help on using the changeset viewer.