summaryrefslogtreecommitdiff
path: root/ACE/tests/ACE_Init_Test_StdAfx.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:30 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:30 +0000
commitc44379cc7d9c7aa113989237ab0f56db12aa5219 (patch)
tree66a84b20d47f2269d8bdc6e0323f338763424d3a /ACE/tests/ACE_Init_Test_StdAfx.h
parent3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (diff)
downloadATCD-c44379cc7d9c7aa113989237ab0f56db12aa5219.tar.gz
Repo restructuring
Diffstat (limited to 'ACE/tests/ACE_Init_Test_StdAfx.h')
-rw-r--r--ACE/tests/ACE_Init_Test_StdAfx.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/ACE/tests/ACE_Init_Test_StdAfx.h b/ACE/tests/ACE_Init_Test_StdAfx.h
new file mode 100644
index 00000000000..ef04442a81d
--- /dev/null
+++ b/ACE/tests/ACE_Init_Test_StdAfx.h
@@ -0,0 +1,44 @@
+/* -*- C++ -*- */
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// tests
+//
+// = FILENAME
+// ACE_Init_Test_StdAfx.h
+//
+// = DESCRIPTION
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+// = AUTHOR
+// Steve Huston <shuston@cs.wustl.edu>
+//
+// ============================================================================
+
+#ifndef AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
+#define AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
+
+#if _MSC_VER >= 1000
+#pragma once
+#endif // _MSC_VER >= 1000
+
+// Exclude rarely-used stuff from Windows headers
+#define VC_EXTRALEAN
+
+// MFC core and standard components
+#include <afxwin.h>
+// MFC extensions
+#include <afxext.h>
+#ifndef _AFX_NO_AFXCMN_SUPPORT
+// MFC support for Windows Common Controls
+#include <afxcmn.h>
+#endif /* _AFX_NO_AFXCMN_SUPPORT */
+
+//{{AFX_INSERT_LOCATION}} Microsoft Developer Studio will insert
+//additional declarations immediately before the previous line.
+
+#endif /* !defined(AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_) */