/*********************************************************************** $Id: notebook.h $ Configuration notebook Copyright (c) 1993-98 M. Kimes Copyright (c) 2008 Steven H. Levine 14 Feb 08 SHL Refactor from fm3dll.h ***********************************************************************/ #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); #endif // NOTEBOOK_H