Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
StdAfx.h
1 //
2 // stdafx.h : include file for standard system include files,
3 // or project specific include files that are used frequently, but
4 // are changed infrequently
5 //
6 
7 #if !defined(_STDAFX_H_INCLUDED_)
8 #define _STDAFX_H_INCLUDED_
9 
10 #if _MSC_VER > 1000
11 #pragma once
12 #endif // _MSC_VER > 1000
13 
14 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
15 
16 #include <afxwin.h> // MFC core and standard components
17 #include <afxext.h> // MFC extensions
18 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
19 #ifndef _AFX_NO_AFXCMN_SUPPORT
20 #include <afxcmn.h> // MFC support for Windows Common Controls
21 #endif // _AFX_NO_AFXCMN_SUPPORT
22 
23 //{{AFX_INSERT_LOCATION}}
24 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
25 
26 #endif // !defined(_STDAFX_H_INCLUDED_)
27