OSDemo.h
上传用户:tianjwyx
上传日期:2007-01-13
资源大小:813k
文件大小:1k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. // OSDemo.h : main header file for the OSDEMO application
  2. //
  3. #include "SkinMagicLib.h"
  4. #if !defined(AFX_OSDEMO_H__B0E9FCBB_6116_4C2B_A10F_E6B4CF775E66__INCLUDED_)
  5. #define AFX_OSDEMO_H__B0E9FCBB_6116_4C2B_A10F_E6B4CF775E66__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #ifndef __AFXWIN_H__
  10. #error include 'stdafx.h' before including this file for PCH
  11. #endif
  12. #include "resource.h"       // main symbols
  13. /////////////////////////////////////////////////////////////////////////////
  14. // COSDemoApp:
  15. // See OSDemo.cpp for the implementation of this class
  16. //
  17. class COSDemoApp : public CWinApp
  18. {
  19. public:
  20. virtual BOOL PreTranslateMessage(MSG* pMsg);
  21. COSDemoApp();
  22.     
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(COSDemoApp)
  26. public:
  27. virtual BOOL InitInstance();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. //{{AFX_MSG(COSDemoApp)
  31. afx_msg void OnAppAbout();
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. //    DO NOT EDIT what you see in these blocks of generated code !
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_OSDEMO_H__B0E9FCBB_6116_4C2B_A10F_E6B4CF775E66__INCLUDED_)