Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / mfc / StdAfx.h
blobb1ad956399b37cb40e8d46666b07add2ddde13a7
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
4 //
6 #if !defined(AFX_STDAFX_H__7B1C2A48_7230_11D3_B94A_0010A4052E2A__INCLUDED_)
7 #define AFX_STDAFX_H__7B1C2A48_7230_11D3_B94A_0010A4052E2A__INCLUDED_
9 #ifdef USING_PCH
11 #if _MSC_VER > 1000
12 #pragma once
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
17 // headers.
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.
36 #endif // ACE_WIN32
37 #endif // USING_PCH
38 #endif // !defined(AFX_STDAFX_H__7B1C2A48_7230_11D3_B94A_0010A4052E2A__INCLUDED_)