From 07a62310a7480610663ffc608491cf46370d99b8 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 금, 15 10월 2021 15:26:33 +0900 Subject: [PATCH] Ongoing90 #3671 CF AOI Review 전설비 Align Matching 방법 개선 --- 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