From a2c34ec23eb876c261950835ed0b55ea1ec3fe30 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 17 Mar 2021 10:28:38 +0100 Subject: Removed ancient _MSVC_VER checks * ACE/ace/Select_Reactor.h: * ACE/tests/ACE_Init_Test.h: * ACE/tests/ACE_Init_TestDlg.h: * ACE/tests/ACE_Init_Test_StdAfx.h: --- ACE/tests/ACE_Init_Test.h | 4 ---- ACE/tests/ACE_Init_TestDlg.h | 4 ---- ACE/tests/ACE_Init_Test_StdAfx.h | 5 ----- 3 files changed, 13 deletions(-) (limited to 'ACE/tests') diff --git a/ACE/tests/ACE_Init_Test.h b/ACE/tests/ACE_Init_Test.h index 30e2a3f4185..7a786c346cb 100644 --- a/ACE/tests/ACE_Init_Test.h +++ b/ACE/tests/ACE_Init_Test.h @@ -14,10 +14,6 @@ #ifndef AFX_ACE_INIT_TEST_H__64FDC9FE_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_ #define AFX_ACE_INIT_TEST_H__64FDC9FE_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_ -#if _MSC_VER >= 1000 -#pragma once -#endif // _MSC_VER >= 1000 - #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif diff --git a/ACE/tests/ACE_Init_TestDlg.h b/ACE/tests/ACE_Init_TestDlg.h index 10787443835..ed2c809333b 100644 --- a/ACE/tests/ACE_Init_TestDlg.h +++ b/ACE/tests/ACE_Init_TestDlg.h @@ -3,10 +3,6 @@ #if !defined(AFX_ACE_INIT_TESTDLG_H__64FDCA00_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_) #define AFX_ACE_INIT_TESTDLG_H__64FDCA00_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_ -#if _MSC_VER >= 1000 -#pragma once -#endif // _MSC_VER >= 1000 - // CACE_Init_TestDlg dialog class CACE_Init_TestDlg : public CDialog diff --git a/ACE/tests/ACE_Init_Test_StdAfx.h b/ACE/tests/ACE_Init_Test_StdAfx.h index 583b4235ac0..4e737621bff 100644 --- a/ACE/tests/ACE_Init_Test_StdAfx.h +++ b/ACE/tests/ACE_Init_Test_StdAfx.h @@ -12,14 +12,9 @@ */ //============================================================================= - #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 -- cgit v1.2.1