Changeset 1865 for trunk/dll/treecnr.h


Ignore:
Timestamp:
Aug 23, 2015, 10:36:02 PM (10 years ago)
Author:
Steven Levine
Message:

Correct WaitFleshWorkListEmpty typo that could corrupt heap
Protect some read-only strings from overwriting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.h

    r1360 r1865  
    1313  28 Dec 08 GKY Rework partition submenu to gray out unavailable items (check for existence of files)
    1414                and have no default choice.
     15  23 Aug 15 SHL Protect ShowTreeRec dirname arg
    1516
    1617***********************************************************************/
     
    2021
    2122MRESULT EXPENTRY OpenButtonProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    22 VOID ShowTreeRec(HWND hwndCnr, CHAR * dirname, BOOL collapsefirst,
    23                  BOOL maketop);
     23VOID ShowTreeRec(HWND hwndCnr, PCSZ dirname, BOOL collapsefirst, BOOL maketop);
    2424HWND StartTreeCnr(HWND hwndParent, ULONG flags);
    2525MRESULT EXPENTRY TreeClientWndProc(HWND hwnd, ULONG msg, MPARAM mp1,
Note: See TracChangeset for help on using the changeset viewer.