www.pudn.com > SouMP3.rar > XingYunXing.h


// XingYunXing.h : main header file for the XINGYUNXING application 
// 
 
#if !defined(AFX_XINGYUNXING_H__4477B992_8BC0_4DE5_8AC5_8D1E82738BFF__INCLUDED_) 
#define AFX_XINGYUNXING_H__4477B992_8BC0_4DE5_8AC5_8D1E82738BFF__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 
#define MB_USERDEFINE		0x10000000 
///////////////////////////////////////////////////////////////////////////// 
// CXingYunXingApp: 
// See XingYunXing.cpp for the implementation of this class 
// 
 
class CXingYunXingApp : public CWinApp 
{ 
public: 
	CXingYunXingApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CXingYunXingApp) 
	public: 
	virtual BOOL InitInstance(); 
	virtual int DoMessageBox(LPCTSTR lpszPrompt, UINT nType, UINT nIDPrompt); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CXingYunXingApp) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_XINGYUNXING_H__4477B992_8BC0_4DE5_8AC5_8D1E82738BFF__INCLUDED_)