source: trunk/dll/treecnr.h@ 1868

Last change on this file since 1868 was 1868, checked in by Gregg Young, 10 years ago

Remove obsolete code fDontAsk?zip and fDummy

  • Property svn:eolstyle set to native
  • Property svn:keywords set to Id
File size: 1.5 KB
Line 
1
2/***********************************************************************
3
4 $Id: treecnr.h 1868 2015-08-24 20:51:17Z gyoung $
5
6 <<<description here>>>
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2008 Steven H. Levine
10
11 Change log
12 28 Dec 08 GKY Check for LVM.EXE and remove Refresh removable media menu item as appropriate
13 28 Dec 08 GKY Rework partition submenu to gray out unavailable items (check for existence of files)
14 and have no default choice.
15 23 Aug 15 SHL Protect ShowTreeRec dirname arg
16 24 AUG 15 GKY Remove fDummy code
17
18***********************************************************************/
19
20#if !defined(TREECNR_H)
21#define TREECNR_H
22
23MRESULT EXPENTRY OpenButtonProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
24VOID ShowTreeRec(HWND hwndCnr, PCSZ dirname, BOOL collapsefirst, BOOL maketop);
25HWND StartTreeCnr(HWND hwndParent, ULONG flags);
26MRESULT EXPENTRY TreeClientWndProc(HWND hwnd, ULONG msg, MPARAM mp1,
27 MPARAM mp2);
28MRESULT EXPENTRY TreeObjWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
29MRESULT EXPENTRY TreeStatProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
30
31// Data declarations
32extern ULONG FM3UL;
33extern HWND LastDir;
34extern HWND TreeCnrMenu;
35extern INT TreesortFlags;
36extern INT driveserial[26];
37extern BOOL fDCOpens;
38extern BOOL fFollowTree;
39extern BOOL fTopDir;
40extern BOOL fLVMGui;
41extern BOOL fDFSee;
42extern BOOL fFDisk;
43extern BOOL fMiniLVM;
44extern BOOL fLVM;
45extern HPOINTER hptrDunno;
46extern HWND hwndMainMenu;
47
48#endif // TREECNR_H
Note: See TracBrowser for help on using the repository browser.