core/vgui/impl/mfc/StdAfx.h
Go to the documentation of this file.
00001 // \file
00002 // include file for standard system include files,
00003 // or project specific include files that are used frequently, but
00004 // are changed infrequently
00005 //
00006 // .LIBRARY vgui-mfc
00007 
00008 #ifndef AFX_STDAFX_H__30474E7D_E52A_4397_8289_FCBBBFE41D80__INCLUDED_
00009 #define AFX_STDAFX_H__30474E7D_E52A_4397_8289_FCBBBFE41D80__INCLUDED_
00010 
00011 #if _MSC_VER > 1000
00012 #pragma once
00013 #endif // _MSC_VER > 1000
00014 
00015 #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
00016 
00017 #include <afxwin.h>         // MFC core and standard components
00018 #include <afxext.h>         // MFC extensions
00019 #include <afxdisp.h>        // MFC Automation classes
00020 #include <afxdtctl.h>       // MFC support for Internet Explorer 4 Common Controls
00021 #ifndef _AFX_NO_AFXCMN_SUPPORT
00022 #include <afxcmn.h>         // MFC support for Windows Common Controls
00023 #endif // _AFX_NO_AFXCMN_SUPPORT
00024 
00025 
00026 //{{AFX_INSERT_LOCATION}}
00027 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00028 
00029 #endif // AFX_STDAFX_H__30474E7D_E52A_4397_8289_FCBBBFE41D80__INCLUDED_