Скачиваний:
7
Добавлен:
01.05.2014
Размер:
536 б
Скачать
// testMFC.h : main header file for the testMFC application
//
#pragma once

#ifndef __AFXWIN_H__
	#error "include 'stdafx.h' before including this file for PCH"
#endif

#include "resource.h"       // main symbols


// CtestMFCApp:
// See testMFC.cpp for the implementation of this class
//

class CtestMFCApp : public CWinApp
{
public:
	CtestMFCApp();


// Overrides
public:
	virtual BOOL InitInstance();

// Implementation
	afx_msg void OnAppAbout();
	DECLARE_MESSAGE_MAP()
};

extern CtestMFCApp theApp;
Соседние файлы в папке testMFC