home *** CD-ROM | disk | FTP | other *** search
- /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
-
- testdlg.h
- Created: 10/28/95
- Copyright (c) 1995, Borland International
- $Revision: 1.18 $
-
- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
- #ifndef __TESTDLG_H
- #define __TESTDLG_H
-
- extern HWND CreateTestDialog(HINSTANCE hInstance);
- extern void DestroyTestDialog();
-
- #endif // __TESTDLG_H
-