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.
29 lines
1.1 KiB
C
29 lines
1.1 KiB
C
// stdafx.h : Include-Datei für Standard-System-Include-Dateien,
|
|
// oder projektspezifische Include-Dateien, die häufig benutzt, aber
|
|
// in unregelmäßigen Abständen geändert werden.
|
|
//
|
|
|
|
#if !defined(AFX_STDAFX_H__319F155C_5E48_484B_9ECB_839CD2469F25__INCLUDED_)
|
|
#define AFX_STDAFX_H__319F155C_5E48_484B_9ECB_839CD2469F25__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#define VC_EXTRALEAN // Selten verwendete Teile der Windows-Header nicht einbinden
|
|
|
|
#include <afxwin.h> // MFC-Kern- und -Standardkomponenten
|
|
#include <afxext.h> // MFC-Erweiterungen
|
|
#include <afxdisp.h> // MFC Automatisierungsklassen
|
|
#include <afxdtctl.h> // MFC-Unterstützung für allgemeine Steuerelemente von Internet Explorer 4
|
|
#ifndef _AFX_NO_AFXCMN_SUPPORT
|
|
#include <afxcmn.h> // MFC-Unterstützung für gängige Windows-Steuerelemente
|
|
#endif // _AFX_NO_AFXCMN_SUPPORT
|
|
|
|
#include <lowlevellib.h>
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein.
|
|
|
|
#endif // !defined(AFX_STDAFX_H__319F155C_5E48_484B_9ECB_839CD2469F25__INCLUDED_)
|