You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
544 B
21 lines
544 B
#if !defined(INCL_UPGRDDLG)
|
|
#define INCL_UPGRDDLG
|
|
|
|
/* File: D:\WACKER\tdll\upgrddlg.h (Created: 02-Dec-1996 by cab)
|
|
*
|
|
* Copyright 1996 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* Description:
|
|
* Implements the "Upgrade Information" dialog. This dialog
|
|
* displays a simple rich text edit control and displays
|
|
* information on how to upgrade to our latest and greatest
|
|
* product.
|
|
*
|
|
* $Revision: 2 $
|
|
* $Date: 2/05/99 3:21p $
|
|
*/
|
|
|
|
INT_PTR DoUpgradeDialog(HWND hwndParent);
|
|
|
|
#endif
|