home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c) 1991 Microsoft Corporation. All rights reserved.
-
- #define IDM_ABOUT 100
-
- #define IDM_COPY 200
- #define IDM_CUT 210
- #define IDM_PASTE 220
- #define IDM_UNDO 230
- #define IDM_CLEAR 240
- #define IDM_SELECTALL 250
-
- int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
- BOOL InitApplication(HANDLE);
- BOOL InitInstance(HANDLE, int);
- long FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
- BOOL FAR PASCAL AboutDlgProc(HWND, unsigned, WORD, LONG);
- long FAR PASCAL SuperListBoxProc(HWND, unsigned, WORD, LONG);
- long FAR PASCAL SuperEditProc(HWND, unsigned, WORD, LONG);
-