1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used
3 // frequently, but are changed infrequently
6 #if !defined(AFX_STDAFX_H__7B1C2A48_7230_11D3_B94A_0010A4052E2A__INCLUDED_)
7 #define AFX_STDAFX_H__7B1C2A48_7230_11D3_B94A_0010A4052E2A__INCLUDED_
13 #endif // _MSC_VER > 1000
15 // We must include at least one ACE/TAO header before the MFC/Windows headers
16 // because of the way windows.h is included. So this must go before the MFC
19 #include "tao/corba.h"
20 #include "ace/Thread_Manager.h"
22 #if defined (ACE_WIN32)
23 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
25 #include <afxwin.h> // MFC core and standard components
26 #include <afxext.h> // MFC extensions
27 #include <afxdisp.h> // MFC Automation classes
28 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
29 #ifndef _AFX_NO_AFXCMN_SUPPORT
30 #include <afxcmn.h> // MFC support for Windows Common Controls
31 #endif // _AFX_NO_AFXCMN_SUPPORT
34 //{{AFX_INSERT_LOCATION}}
35 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
38 #endif // !defined(AFX_STDAFX_H__7B1C2A48_7230_11D3_B94A_0010A4052E2A__INCLUDED_)