|
|
1.1.1.2 ! root 1: #define IDM_NEW 100 ! 2: #define IDM_OPEN 101 ! 3: #define IDM_SAVE 102 ! 4: #define IDM_SAVEAS 103 ! 5: #define IDM_PRINT 104 ! 6: #define IDM_PRINTSETUP 105 ! 7: #define IDM_EXIT 106 ! 8: #define IDM_UNDO 200 ! 9: #define IDM_CUT 201 ! 10: #define IDM_COPY 202 ! 11: #define IDM_PASTE 203 ! 12: #define IDM_LINK 204 ! 13: #define IDM_LINKS 205 ! 14: #define IDM_HELPCONTENTS 300 ! 15: #define IDM_HELPSEARCH 301 ! 16: #define IDM_HELPHELP 302 ! 17: #define IDM_ABOUT 303 ! 18: ! 19: #define DLG_VERFIRST 400 ! 20: #define DLG_VERLAST 404 ! 21: ! 22: 1.1 root 23: 24: BOOL InitApplication(HANDLE); 25: BOOL InitInstance(HANDLE, int); 1.1.1.2 ! root 26: long FAR PASCAL WndProc(HWND, UINT, UINT, LONG); 1.1 root 27: BOOL FAR PASCAL About(HWND, UINT, UINT, LONG);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.