getchar.h
上传用户:kennygump
上传日期:2022-07-22
资源大小:347k
文件大小:1k
源码类别:

图形/文字识别

开发平台:

Visual C++

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