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
6 #if !defined(AFX_STDAFX_H__B9C0EB9A_AD28_11D3_BF1F_00C0F03C565A__INCLUDED_)
7 #define AFX_STDAFX_H__B9C0EB9A_AD28_11D3_BF1F_00C0F03C565A__INCLUDED_
11 #endif // _MSC_VER > 1000
13 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
15 #if !defined (ACE_HAS_MFC) || (ACE_HAS_MFC == 0)
16 #error You must build your ACE/TAO with MFC support (by defining"ACE_HAS_MFC=1")
19 #include "tao/corba.h"
21 #include <afxwin.h> // MFC core and standard components
22 #include <afxext.h> // MFC extensions
23 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
24 #ifndef _AFX_NO_AFXCMN_SUPPORT
25 #include <afxcmn.h> // MFC support for Windows Common Controls
26 #endif // _AFX_NO_AFXCMN_SUPPORT
28 //{{AFX_INSERT_LOCATION}}
29 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
32 #endif // !defined(AFX_STDAFX_H__B9C0EB9A_AD28_11D3_BF1F_00C0F03C565A__INCLUDED_)