ClibimgplayerApp.h 349 B

1234567891011121314151617181920212223
  1. // ClibimgplayerApp.h : PROJECT_NAME 应用程序的主头文件
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
  6. #endif
  7. class ClibimgplayerApp : public CWinApp
  8. {
  9. public:
  10. ClibimgplayerApp();
  11. // 重写
  12. public:
  13. virtual BOOL InitInstance();
  14. // 实现
  15. DECLARE_MESSAGE_MAP()
  16. };