Blame bin/win32/BINDInstall/StdAfx.h

Packit Service ae04f2
// stdafx.h : include file for standard system include files,
Packit Service ae04f2
//  or project specific include files that are used frequently, but
Packit Service ae04f2
//      are changed infrequently
Packit Service ae04f2
//
Packit Service ae04f2
Packit Service ae04f2
/*
Packit Service ae04f2
 * Minimum version is Windows XP SP1
Packit Service ae04f2
 */
Packit Service ae04f2
#define _WIN32_WINNT 0x0501
Packit Service ae04f2
#define NTDDI_VERSION 0x05010100
Packit Service ae04f2
Packit Service ae04f2
#ifndef _CRT_SECURE_NO_DEPRECATE
Packit Service ae04f2
#define _CRT_SECURE_NO_DEPRECATE 1
Packit Service ae04f2
#endif
Packit Service ae04f2
Packit Service ae04f2
#if !defined(AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_)
Packit Service ae04f2
#define AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_
Packit Service ae04f2
Packit Service ae04f2
#if _MSC_VER > 1000
Packit Service ae04f2
#pragma once
Packit Service ae04f2
#endif // _MSC_VER > 1000
Packit Service ae04f2
Packit Service ae04f2
#define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers
Packit Service ae04f2
Packit Service ae04f2
#include <afxwin.h>         // MFC core and standard components
Packit Service ae04f2
#include <afxext.h>         // MFC extensions
Packit Service ae04f2
#include <afxdtctl.h>		// MFC support for Internet Explorer 4 Common Controls
Packit Service ae04f2
#ifndef _AFX_NO_AFXCMN_SUPPORT
Packit Service ae04f2
#include <afxcmn.h>			// MFC support for Windows Common Controls
Packit Service ae04f2
#endif // _AFX_NO_AFXCMN_SUPPORT
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
//{{AFX_INSERT_LOCATION}}
Packit Service ae04f2
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
Packit Service ae04f2
Packit Service ae04f2
#endif // !defined(AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_)