etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / bin / win32 / BINDInstall / StdAfx.h
blob86427eee3a1d857a2cf230bdaccb617673d260b9
1 /* $NetBSD: StdAfx.h,v 1.5 2014/12/10 04:37:55 christos Exp $ */
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 //
8 /*
9 * Minimum version is Windows XP SP1
11 #define _WIN32_WINNT 0x0501
12 #define NTDDI_VERSION 0x05010100
14 #ifndef _CRT_SECURE_NO_DEPRECATE
15 #define _CRT_SECURE_NO_DEPRECATE 1
16 #endif
18 #if !defined(AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_)
19 #define AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_
21 #if _MSC_VER > 1000
22 #pragma once
23 #endif // _MSC_VER > 1000
25 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
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
35 //{{AFX_INSERT_LOCATION}}
36 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
38 #endif // !defined(AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_)