xref: /minix3/external/bsd/bind/dist/bin/win32/BINDInstall/StdAfx.h (revision 00b67f09dd46474d133c95011a48590a8e8f94c7)
1 /*	$NetBSD: StdAfx.h,v 1.5 2014/12/10 04:37:55 christos Exp $	*/
2 
3 // stdafx.h : include file for standard system include files,
4 //  or project specific include files that are used frequently, but
5 //      are changed infrequently
6 //
7 
8 /*
9  * Minimum version is Windows XP SP1
10  */
11 #define _WIN32_WINNT 0x0501
12 #define NTDDI_VERSION 0x05010100
13 
14 #ifndef _CRT_SECURE_NO_DEPRECATE
15 #define _CRT_SECURE_NO_DEPRECATE 1
16 #endif
17 
18 #if !defined(AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_)
19 #define AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_
20 
21 #if _MSC_VER > 1000
22 #pragma once
23 #endif // _MSC_VER > 1000
24 
25 #define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers
26 
27 #include <afxwin.h>         // MFC core and standard components
28 #include <afxext.h>         // MFC extensions
29 #include <afxdtctl.h>		// MFC support for Internet Explorer 4 Common Controls
30 #ifndef _AFX_NO_AFXCMN_SUPPORT
31 #include <afxcmn.h>			// MFC support for Windows Common Controls
32 #endif // _AFX_NO_AFXCMN_SUPPORT
33 
34 
35 //{{AFX_INSERT_LOCATION}}
36 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
37 
38 #endif // !defined(AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_)
39