home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_print / prndrv.arj / ABOUT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-20  |  352 b   |  13 lines

  1. // Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  2.  
  3. #define AboutBoxName    "AboutDlg"     // Name of About Box in RC file.
  4.  
  5.  
  6. // Globally used function prototypes.
  7.  
  8. BOOL FAR PASCAL AboutDlg (HWND hDlg, 
  9.                       unsigned message, 
  10.                           WORD wParam, 
  11.                           LONG lParam);
  12.  
  13.