Last change
on this file since 953 was 953, checked in by Steven Levine, 18 years ago |
Rework code and resources to support settings menu conditional cascade
Optimize last settings menu save/restore
|
File size:
684 bytes
|
Line | |
---|
1 |
|
---|
2 | /***********************************************************************
|
---|
3 |
|
---|
4 | $Id: notebook.h $
|
---|
5 |
|
---|
6 | Configuration notebook
|
---|
7 |
|
---|
8 | Copyright (c) 1993-98 M. Kimes
|
---|
9 | Copyright (c) 2008 Steven H. Levine
|
---|
10 |
|
---|
11 | 14 Feb 08 SHL Refactor from fm3dll.h
|
---|
12 |
|
---|
13 | ***********************************************************************/
|
---|
14 |
|
---|
15 | #if !defined(NOTEBOOK_H)
|
---|
16 | #define NOTEBOOK_H
|
---|
17 |
|
---|
18 | #if !defined(OS2_INCLUDED)
|
---|
19 | #define INCL_LONGLONG
|
---|
20 | #include <os2.h>
|
---|
21 | #else
|
---|
22 | #if !defined(INCL_LONGLONG)
|
---|
23 | #error INCL_LONGLONG required by grep.h
|
---|
24 | #endif
|
---|
25 | #endif
|
---|
26 |
|
---|
27 | MRESULT EXPENTRY CfgDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
|
---|
28 |
|
---|
29 | VOID CfgMenuInit(HWND hwndMenu, BOOL fIsLite);
|
---|
30 |
|
---|
31 | #endif // NOTEBOOK_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.