// DumpStatistics.h : PROJECT_NAME ÀÀ¿ë ÇÁ·Î±×·¥¿¡ ´ëÇÑ ÁÖ Çì´õ ÆÄÀÏÀÔ´Ï´Ù. // #pragma once #ifndef __AFXWIN_H__ #error PCH¿¡¼­ ÀÌ ÆÄÀÏÀ» Æ÷ÇÔÇϱâ Àü¿¡ 'stdafx.h'¸¦ Æ÷ÇÔÇϽʽÿÀ. #endif #include "resource.h" // ÁÖ ±âÈ£ // CDumpStatisticsApp: // ÀÌ Å¬·¡½ºÀÇ ±¸Çö¿¡ ´ëÇØ¼­´Â DumpStatistics.cppÀ» ÂüÁ¶ÇϽʽÿÀ. // class CDumpStatisticsApp : public CWinApp { public: CDumpStatisticsApp(); // ÀçÁ¤ÀÇ public: virtual BOOL InitInstance(); // ±¸Çö DECLARE_MESSAGE_MAP() }; extern CDumpStatisticsApp theApp;