home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999.iso
/
Wtestowe
/
Vistdstd
/
Install
/
Data.Z
/
GenericMFC.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-07
|
858b
|
34 lines
// GenericMFC.h : main header file for the GENERICMFC DLL
//
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CGenericMFCApp
// See GenericMFC.cpp for the implementation of this class
//
class CGenericMFCApp : public CWinApp
{
public:
CGenericMFCApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGenericMFCApp)
//}}AFX_VIRTUAL
//{{AFX_MSG(CGenericMFCApp)
// 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()
};
/////////////////////////////////////////////////////////////////////////////