home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / ADDON.PAK / TESTDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  433 b   |  16 lines

  1. /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  2.  
  3.   testdlg.h
  4.   Created: 10/28/95
  5.   Copyright (c) 1995, Borland International
  6.   $Revision:   1.18  $
  7.    
  8. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  
  9. #ifndef __TESTDLG_H
  10. #define __TESTDLG_H
  11.  
  12. extern HWND CreateTestDialog(HINSTANCE hInstance);
  13. extern void DestroyTestDialog();
  14.  
  15. #endif    //  __TESTDLG_H
  16.