home *** CD-ROM | disk | FTP | other *** search
- /*
- * ABOUTBOX.h
- * $Header: /bcsample/BUGBNCHX/ABOUTBOX.H 1 5/28/96 1:11p Dave $
- *
- * Description:
- * The declaration of the AboutBox routines that support the about box.
- *
- * Notes:
- * <implementation notes go here>
- *
- ***********************************************************************
- *
- * Nu-Mega Technologies, Inc.
- * P.O. Box 7780
- * Nashua, NH 03060
- *
- * (c) Copyright 1994, 1995 Nu-Mega Technologies, Inc.
- * ALL RIGHTS RESERVED.
- *
- ***********************************************************************
- *
- **********************************************************************/
- #ifndef _ABOUTBOX_H
- #define _ABOUTBOX_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- ////////////////////////////////////////////////////////////////////
- // AboutBox DLGPROC function
-
- BOOL CALLBACK AboutBox_DlgProc ( HWND hDlg ,
- UINT uMsg ,
- WPARAM wParam ,
- LPARAM lParam ) ;
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif // _ABOUTBOX_H
-
-