0001:
0002:
0003:
0004: #if !defined(AFX_MAIN_H__478DFAEA_6E6F_481B_BDC3_CD91FFF6C79A__INCLUDED_)
0005: #define AFX_MAIN_H__478DFAEA_6E6F_481B_BDC3_CD91FFF6C79A__INCLUDED_
0006:
0007: #if _MSC_VER > 1000
0008: #pragma once
0009: #endif
0010:
0011: #ifndef __AFXWIN_H__
0012: #error include 'stdafx.h' before including this file for PCH
0013: #endif
0014:
0015: #include "resource.h"
0016:
0017:
0018:
0019:
0020:
0021:
0022: class CMainApp : public CWinApp
0023: {
0024: public:
0025: CMainApp();
0026:
0027:
0028:
0029:
0030: public:
0031: virtual BOOL InitInstance();
0032:
0033:
0034:
0035:
0036:
0037:
0038:
0039:
0040: DECLARE_MESSAGE_MAP()
0041: };
0042:
0043:
0044:
0045:
0046:
0047:
0048:
0049: #endif
0050: