home *** CD-ROM | disk | FTP | other *** search
- #define IDM_OPEN 0x1000
- #define IDM_SAVEAS 0x1001
- #define IDM_EXIT 0x1002
- #define IDM_ABOUT 0x1003
-
- #define IDC_EDIT 0x2000
-
- #define MAXFILENAME 256
-
- int PASCAL WinMain (HANDLE hInstance, HANDLE hPrevInstance, LPSTR lpCmdLine,
- int nCmdShow);
- BOOL InitApplication (HANDLE hInstance);
- BOOL InitInstance (HANDLE hInstance, int nCmdShow);
- long FAR PASCAL MainWndProc (HWND hWnd, unsigned message,
- WPARAM wParam, LPARAM lParam);
- BOOL FAR PASCAL About (HWND hDlg, unsigned message,
- WPARAM wParam, LPARAM lParam);
-
-