Leaked source code of windows server 2003
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

  1. #if !defined(INCL_UPGRDDLG)
  2. #define INCL_UPGRDDLG
  3. /* File: D:\WACKER\tdll\upgrddlg.h (Created: 02-Dec-1996 by cab)
  4. *
  5. * Copyright 1996 by Hilgraeve Inc. -- Monroe, MI
  6. * All rights reserved
  7. *
  8. * Description:
  9. * Implements the "Upgrade Information" dialog. This dialog
  10. * displays a simple rich text edit control and displays
  11. * information on how to upgrade to our latest and greatest
  12. * product.
  13. *
  14. * $Revision: 2 $
  15. * $Date: 2/05/99 3:21p $
  16. */
  17. INT_PTR DoUpgradeDialog(HWND hwndParent);
  18. #endif