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