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.

38 lines
902 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. // c2cfg.h : main header file for the C2CFG 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. // CC2cfgApp:
  10. // See c2cfg.cpp for the implementation of this class
  11. //
  12. class CC2cfgApp : public CWinApp
  13. {
  14. public:
  15. CC2cfgApp();
  16. // Overrides
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CC2cfgApp)
  19. public:
  20. virtual BOOL InitInstance();
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. //{{AFX_MSG(CC2cfgApp)
  24. // NOTE - the ClassWizard will add and remove member functions here.
  25. // DO NOT EDIT what you see in these blocks of generated code !
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };
  29. /////////////////////////////////////////////////////////////////////////////