Path: blob/main/crypto/krb5/src/windows/leash/StdAfx.h
34889 views
// stdafx.h : include file for standard system include files,1// or project specific include files that are used frequently, but2// are changed infrequently3//45#if _MSC_VER >= 10006#pragma once7#endif // _MSC_VER >= 100089#if !defined(AFX_STDAFX_H__6F45AD93_561B_11D0_8FCF_00C04FC2A0C2__INCLUDED_)10#define AFX_STDAFX_H__6F45AD93_561B_11D0_8FCF_00C04FC2A0C2__INCLUDED_1112#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers13#define WINVER 0x0600 // Target Vista+14#define _WIN32_WINNT 0x0600 // Target Vista+15#include <afxwin.h> // MFC core and standard components16#include <afxcview.h>17#include <afxext.h> // MFC extensions18#include <afxdisp.h> // MFC OLE automation classes19#ifndef _AFX_NO_AFXCMN_SUPPORT20#include <afxcmn.h> // MFC support for Windows Common Controls21#include "htmlhelp.h"2223#endif // _AFX_NO_AFXCMN_SUPPORT24#include <afxcontrolbars.h>2526//{{AFX_INSERT_LOCATION}}27// Microsoft Developer Studio will insert additional declarations immediately before the previous line.2829#endif // !defined(AFX_STDAFX_H__6F45AD93_561B_11D0_8FCF_00C04FC2A0C2__INCLUDED_)303132