summaryrefslogtreecommitdiff
path: root/tests/ACE_Init_Test_StdAfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ACE_Init_Test_StdAfx.h')
-rw-r--r--tests/ACE_Init_Test_StdAfx.h44
1 files changed, 13 insertions, 31 deletions
diff --git a/tests/ACE_Init_Test_StdAfx.h b/tests/ACE_Init_Test_StdAfx.h
index ea1871ec913..d11f7c7efce 100644
--- a/tests/ACE_Init_Test_StdAfx.h
+++ b/tests/ACE_Init_Test_StdAfx.h
@@ -1,44 +1,26 @@
-/* -*- C++ -*- */
// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// ACE_Init_Test_StdAfx.h
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
//
-// = 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_
+#if !defined(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
+#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
-// MFC core and standard components
-#include <afxwin.h>
-// MFC extensions
-#include <afxext.h>
+#include <afxwin.h> // MFC core and standard components
+#include <afxext.h> // MFC extensions
#ifndef _AFX_NO_AFXCMN_SUPPORT
-// MFC support for Windows Common Controls
-#include <afxcmn.h>
-#endif /* _AFX_NO_AFXCMN_SUPPORT */
+#include <afxcmn.h> // MFC support for Windows Common Controls
+#endif // _AFX_NO_AFXCMN_SUPPORT
+
-//{{AFX_INSERT_LOCATION}} Microsoft Developer Studio will insert
-//additional declarations immediately before the previous line.
+//{{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_) */
+#endif // !defined(AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_)