www.pudn.com > ThreadCompete.rar > ThreadCompete.h


 
#if !defined(AFX_THREADCOMPETE_H__52AECF65_BBAE_11D6_81B5_00106076215B__INCLUDED_) 
#define AFX_THREADCOMPETE_H__52AECF65_BBAE_11D6_81B5_00106076215B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"       // main symbols 
 
class CThreadCompeteApp : public CWinApp 
{ 
public: 
	CThreadCompeteApp(); 
 
	//{{AFX_VIRTUAL(CThreadCompeteApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
public: 
	//{{AFX_MSG(CThreadCompeteApp) 
	afx_msg void OnAppAbout(); 
	afx_msg void OnAppExit();  
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
#endif