Changeset 985 for trunk/dll/notebook.h


Ignore:
Timestamp:
Mar 1, 2008, 2:37:14 AM (17 years ago)
Author:
Gregg Young
Message:

Update sizes dialog (ticket 44); Make max command line length user settable (ticket 199); use xfree for free in most cases (ticket 212); initial code to check for valid ini file (ticket 102); Some additional refactoring and structure rework; Some documentation updates;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notebook.h

    r953 r985  
    1010
    1111  14 Feb 08 SHL Refactor from fm3dll.h
     12  29 Feb 08 GKY Refactor global command line variables to notebook.h
    1213
    1314***********************************************************************/
     
    2930VOID CfgMenuInit(HWND hwndMenu, BOOL fIsLite);
    3031
     32#ifdef DEFINE_GLOBALS
     33#define DATADEF
     34#else
     35#define DATADEF extern
     36#endif
     37
     38DATADEF CHAR *editor, *viewer, *virus, *compare, *binview, *bined,
     39  *dircompare, *ftprun, *httprun, *mailrun;
     40DATADEF CHAR ftprundir[CCHMAXPATH], httprundir[CCHMAXPATH],
     41  mailrundir[CCHMAXPATH], targetdir[CCHMAXPATH];
     42
    3143#endif // NOTEBOOK_H
Note: See TracChangeset for help on using the changeset viewer.