www.pudn.com > MP3Player.rar > xxxx.h
// xxxx.h : main header file for the XXXX application
//
#include "wmpplayer4.h"
#include "wmpdvd.h"
#include "wmpsettings.h"
#include "wmpcontrols.h"
#if !defined(AFX_XXXX_H__9FEF4752_9C2F_4C5D_94BC_B89C20809D29__INCLUDED_)
#define AFX_XXXX_H__9FEF4752_9C2F_4C5D_94BC_B89C20809D29__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
/////////////////////////////////////////////////////////////////////////////
// CXxxxApp:
// See xxxx.cpp for the implementation of this class
//
class CXxxxApp : public CWinApp
{
public:
CXxxxApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXxxxApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CXxxxApp)
// 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_XXXX_H__9FEF4752_9C2F_4C5D_94BC_B89C20809D29__INCLUDED_)