home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c) 1992 Microsoft Corporation. All rights reserved.
-
- #define AboutBoxName "AboutDlg" // Name of About Box in RC file.
-
-
- // Globally used function prototypes.
-
- BOOL FAR PASCAL AboutDlg (HWND hDlg,
- unsigned message,
- WORD wParam,
- LONG lParam);
-
-