WalkLtDemo.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. //Download by http://www.NewXing.com
  2. // WalkLtDemo.h : main header file for the WALKLTDEMO application
  3. //
  4. #if !defined(AFX_WALKLTDEMO_H__826A807C_C01D_4FF0_9248_A6BD0369F3A8__INCLUDED_)
  5. #define AFX_WALKLTDEMO_H__826A807C_C01D_4FF0_9248_A6BD0369F3A8__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. //¼ÓÈëgdi+Ö§³Ö
  14. #ifndef ULONG_PTR
  15. #define ULONG_PTR unsigned long*
  16. #endif
  17. #include "gdiplus.h"
  18. using namespace Gdiplus;
  19. #pragma comment(lib, "gdiplus.lib")
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CWalkLtDemoApp:
  22. // See WalkLtDemo.cpp for the implementation of this class
  23. //
  24. class CWalkLtDemoApp : public CWinApp
  25. {
  26. public:
  27. CWalkLtDemoApp();
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CWalkLtDemoApp)
  31. public:
  32. virtual BOOL InitInstance();
  33. virtual int ExitInstance();
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. //{{AFX_MSG(CWalkLtDemoApp)
  37. afx_msg void OnAppAbout();
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. // DO NOT EDIT what you see in these blocks of generated code !
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_WALKLTDEMO_H__826A807C_C01D_4FF0_9248_A6BD0369F3A8__INCLUDED_)