xref: /freebsd/crypto/krb5/src/windows/leash/StdAfx.h (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1 // stdafx.h : include file for standard system include files,
2 //  or project specific include files that are used frequently, but
3 //      are changed infrequently
4 //
5 
6 #if _MSC_VER >= 1000
7 #pragma once
8 #endif // _MSC_VER >= 1000
9 
10 #if !defined(AFX_STDAFX_H__6F45AD93_561B_11D0_8FCF_00C04FC2A0C2__INCLUDED_)
11 #define AFX_STDAFX_H__6F45AD93_561B_11D0_8FCF_00C04FC2A0C2__INCLUDED_
12 
13 #define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers
14 #define WINVER 0x0600       // Target Vista+
15 #define _WIN32_WINNT 0x0600 // Target Vista+
16 #include <afxwin.h>         // MFC core and standard components
17 #include <afxcview.h>
18 #include <afxext.h>         // MFC extensions
19 #include <afxdisp.h>        // MFC OLE automation classes
20 #ifndef _AFX_NO_AFXCMN_SUPPORT
21 #include <afxcmn.h>			// MFC support for Windows Common Controls
22 #include "htmlhelp.h"
23 
24 #endif // _AFX_NO_AFXCMN_SUPPORT
25 #include <afxcontrolbars.h>
26 
27 //{{AFX_INSERT_LOCATION}}
28 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
29 
30 #endif // !defined(AFX_STDAFX_H__6F45AD93_561B_11D0_8FCF_00C04FC2A0C2__INCLUDED_)
31