// ModuleSVNManager.h : PROJECT_NAME Ӧ�ó������ͷ�ļ� // #pragma once #ifndef __AFXWIN_H__ #error "�ڰ������ļ�֮ǰ������stdafx.h�������� PCH �ļ�" #endif #include "resource.h" // ������ // CModuleSVNManagerApp: // �йش����ʵ�֣������ ModuleSVNManager.cpp // class CModuleSVNManagerApp : public CWinApp { public: CModuleSVNManagerApp(); // ��д public: virtual BOOL InitInstance(); // ʵ�� DECLARE_MESSAGE_MAP() }; extern CModuleSVNManagerApp theApp;