Changeset 186 for trunk/dll/treecnr.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/treecnr.c

    r176 r186  
    1414  25 May 05 SHL Use ULONGLONG and CommaFmtULL
    1515  26 May 05 SHL More large file formatting updates
     16  05 Jun 05 SHL Use QWL_USER
    1617
    1718***********************************************************************/
     
    33483349        oldproc = WinSubclassWindow(WinWindowFromID(hwndFrame,FID_TITLEBAR),
    33493350                                    (PFNWP)TreeTitleWndProc);
    3350         WinSetWindowPtr(WinWindowFromID(hwndFrame,FID_TITLEBAR),0,
     3351        WinSetWindowPtr(WinWindowFromID(hwndFrame,FID_TITLEBAR),
     3352                        QWL_USER,
    33513353                        (PVOID)oldproc);
    33523354      }
Note: See TracChangeset for help on using the changeset viewer.