From 4f526ffc4f2de1d019556b6e81fafeff5291a38b Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 목, 29 7월 2021 13:35:07 +0900 Subject: [PATCH] Ongoing70 #3477 CF AOI Review [BANK, OC, QD, Blue] FrameLost 현상 조치 --- ReviewHistory/ReveiwHistory/ReveiwHistory.h | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/ReviewHistory/ReveiwHistory/ReveiwHistory.h b/ReviewHistory/ReveiwHistory/ReveiwHistory.h new file mode 100644 index 0000000..226c23b --- /dev/null +++ b/ReviewHistory/ReveiwHistory/ReveiwHistory.h @@ -0,0 +1,32 @@ +癤� +// ReveiwHistory.h: PROJECT_NAME �쓳�슜 �봽濡쒓렇�옩�뿉 ���븳 二� �뿤�뜑 �뙆�씪�엯�땲�떎. +// + +#pragma once + +#ifndef __AFXWIN_H__ + #error "PCH�뿉 ���빐 �씠 �뙆�씪�쓣 �룷�븿�븯湲� �쟾�뿉 'stdafx.h'瑜� �룷�븿�빀�땲�떎." +#endif + +#include "resource.h" // 二� 湲고샇�엯�땲�떎. + + +// CReveiwHistoryApp: +// �씠 �겢�옒�뒪�쓽 援ы쁽�뿉 ���빐�꽌�뒗 ReveiwHistory.cpp�쓣(瑜�) 李몄“�븯�꽭�슂. +// + +class CReveiwHistoryApp : public CWinApp +{ +public: + CReveiwHistoryApp(); + +// �옱�젙�쓽�엯�땲�떎. +public: + virtual BOOL InitInstance(); + +// 援ы쁽�엯�땲�떎. + + DECLARE_MESSAGE_MAP() +}; + +extern CReveiwHistoryApp theApp; -- Gitblit v1.9.3