You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.1 KiB
C++
48 lines
1.1 KiB
C++
// testApp.h : Haupt-Header-Datei für die Anwendung TESTAPP
|
|
//
|
|
|
|
#if !defined(AFX_TESTAPP_H__155FAB96_D994_45EC_9E5E_0E9E41896734__INCLUDED_)
|
|
#define AFX_TESTAPP_H__155FAB96_D994_45EC_9E5E_0E9E41896734__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" // Hauptsymbole
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CTestAppApp:
|
|
// Siehe testApp.cpp für die Implementierung dieser Klasse
|
|
//
|
|
|
|
class CTestAppApp : public CWinApp
|
|
{
|
|
public:
|
|
CTestAppApp();
|
|
|
|
// Überladungen
|
|
// Vom Klassenassistenten generierte Überladungen virtueller Funktionen
|
|
//{{AFX_VIRTUAL(CTestAppApp)
|
|
public:
|
|
virtual BOOL InitInstance();
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementierung
|
|
|
|
//{{AFX_MSG(CTestAppApp)
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein.
|
|
|
|
#endif // !defined(AFX_TESTAPP_H__155FAB96_D994_45EC_9E5E_0E9E41896734__INCLUDED_)
|