FEDRA emulsion software from the OPERA Collaboration
StdAfx.h
Go to the documentation of this file.
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// below 3 lines are added by Aki in order to avoid compilation errors.
7// 0x0500 is actually for Windwos 2000, however, only this can solve the problem...
8// this is tested with VS2005 and VS2008.
9#ifndef _WIN32_WINNT
10#define _WIN32_WINNT 0x0500
11#endif
12
13#if !defined(AFX_STDAFX_H__71B46BDE_4B55_413C_8746_A37F551200F7__INCLUDED_)
14#define AFX_STDAFX_H__71B46BDE_4B55_413C_8746_A37F551200F7__INCLUDED_
15
16#if _MSC_VER > 1000
17#pragma once
18#endif // _MSC_VER > 1000
19
20#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
21
22#include <afxwin.h> // MFC core and standard components
23#include <afxext.h> // MFC extensions
24#include <afxdisp.h> // MFC Automation classes
25#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
26#ifndef _AFX_NO_AFXCMN_SUPPORT
27#include <afxcmn.h> // MFC support for Windows Common Controls
28#endif // _AFX_NO_AFXCMN_SUPPORT
29
30
31//{{AFX_INSERT_LOCATION}}
32// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
33
34#endif // !defined(AFX_STDAFX_H__71B46BDE_4B55_413C_8746_A37F551200F7__INCLUDED_)