Source code of Windows XP (NT5)
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.

36 lines
786 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. // installr.h : main header file for the INSTALLR application
  3. //
  4. #ifndef __AFXWIN_H__
  5. #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7. #include "resource.h" // main symbols
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CInstallrApp:
  10. // See installr.cpp for the implementation of this class
  11. //
  12. class CInstallrApp : public CWinApp
  13. {
  14. public:
  15. CInstallrApp();
  16. // Overrides
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CInstallrApp)
  19. public:
  20. virtual BOOL InitInstance();
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. //{{AFX_MSG(CInstallrApp)
  24. //}}AFX_MSG
  25. DECLARE_MESSAGE_MAP()
  26. };
  27. /////////////////////////////////////////////////////////////////////////////