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.

37 lines
913 B

  1. // exctrlst.h : main header file for the EXCTRLST application
  2. //
  3. #ifndef __AFXWIN_H__
  4. #error include 'stdafx.h' before including this file for PCH
  5. #endif
  6. #include "resource.h" // main symbols
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CExctrlstApp:
  9. // See exctrlst.cpp for the implementation of this class
  10. //
  11. class CExctrlstApp : public CWinApp
  12. {
  13. public:
  14. CExctrlstApp();
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CExctrlstApp)
  18. public:
  19. virtual BOOL InitInstance();
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. //{{AFX_MSG(CExctrlstApp)
  23. // NOTE - the ClassWizard will add and remove member functions here.
  24. // DO NOT EDIT what you see in these blocks of generated code !
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. /////////////////////////////////////////////////////////////////////////////