/*********************************************************************** $Id: notebook.h 1199 2008-09-11 12:50:28Z jbs $ Configuration notebook Copyright (c) 1993-98 M. Kimes Copyright (c) 2008 Steven H. Levine 14 Feb 08 SHL Refactor from fm3dll.h 29 Feb 08 GKY Refactor global command line variables to notebook.h 20 Jul 08 JBS Ticket 114: Support user-selectable env. strings in Tree container. ***********************************************************************/ #if !defined(NOTEBOOK_H) #define NOTEBOOK_H #if !defined(OS2_INCLUDED) #define INCL_LONGLONG #include #else #if !defined(INCL_LONGLONG) #error INCL_LONGLONG required by grep.h #endif #endif MRESULT EXPENTRY CfgDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); VOID CfgMenuInit(HWND hwndMenu, BOOL fIsLite); #ifdef DEFINE_GLOBALS #define DATADEF #else #define DATADEF extern #endif DATADEF CHAR *editor, *viewer, *virus, *compare, *binview, *bined, *dircompare, *ftprun, *httprun, *mailrun, *pszTreeEnvVarList; DATADEF CHAR ftprundir[CCHMAXPATH], httprundir[CCHMAXPATH], mailrundir[CCHMAXPATH], targetdir[CCHMAXPATH]; #endif // NOTEBOOK_H