Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / ACE / tests / ACE_Init_Test_StdAfx.h
blob583b4235ac00e6c76a4da9b1657d94840d6d9f20
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file ACE_Init_Test_StdAfx.h
7 * stdafx.h : include file for standard system include files,
8 * or project specific include files that are used frequently, but
9 * are changed infrequently
11 * @author Steve Huston <shuston@cs.wustl.edu>
13 //=============================================================================
16 #ifndef AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
17 #define AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
19 #if _MSC_VER >= 1000
20 #pragma once
21 #endif // _MSC_VER >= 1000
23 // Exclude rarely-used stuff from Windows headers
24 #define VC_EXTRALEAN
26 // MFC core and standard components
27 #include <afxwin.h>
28 // MFC extensions
29 #include <afxext.h>
30 #ifndef _AFX_NO_AFXCMN_SUPPORT
31 // MFC support for Windows Common Controls
32 #include <afxcmn.h>
33 #endif /* _AFX_NO_AFXCMN_SUPPORT */
35 //{{AFX_INSERT_LOCATION}} Microsoft Developer Studio will insert
36 //additional declarations immediately before the previous line.
38 #endif /* !defined(AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_) */