home *** CD-ROM | disk | FTP | other *** search
- // Header file let you set numbers to your constants
- // And prototype your functions that get exported (code that outside things need pointers to)
-
- #define IDM_ABOUT 100
- #define IDM_EXIT 101
-
- long FAR PASCAL MainWndProc(HWND, UINT, WPARAM, LPARAM);
- BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
-