Changeset 186 for trunk/dll/treecnr.c
- Timestamp:
- Jun 5, 2005, 9:05:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r176 r186 14 14 25 May 05 SHL Use ULONGLONG and CommaFmtULL 15 15 26 May 05 SHL More large file formatting updates 16 05 Jun 05 SHL Use QWL_USER 16 17 17 18 ***********************************************************************/ … … 3348 3349 oldproc = WinSubclassWindow(WinWindowFromID(hwndFrame,FID_TITLEBAR), 3349 3350 (PFNWP)TreeTitleWndProc); 3350 WinSetWindowPtr(WinWindowFromID(hwndFrame,FID_TITLEBAR),0, 3351 WinSetWindowPtr(WinWindowFromID(hwndFrame,FID_TITLEBAR), 3352 QWL_USER, 3351 3353 (PVOID)oldproc); 3352 3354 }
Note:
See TracChangeset
for help on using the changeset viewer.