From c392014e3ed9d05e105d60df843430530312414b Mon Sep 17 00:00:00 2001 From: coryan Date: Fri, 7 Dec 2001 22:33:01 +0000 Subject: ChangeLogTag:Fri Dec 07 14:28:33 2001 Carlos O'Ryan --- tests/ACE_Init_Test.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/ACE_Init_Test.cpp') diff --git a/tests/ACE_Init_Test.cpp b/tests/ACE_Init_Test.cpp index ccb833b6c38..abbcc23a106 100644 --- a/tests/ACE_Init_Test.cpp +++ b/tests/ACE_Init_Test.cpp @@ -14,9 +14,9 @@ // // ACE_Init_Test.cpp : Defines the class behaviors for the application. -#include "test_config.h" +#if !defined(ACE_HAS_MFC) -#if !defined(ACE_WIN32) +#include "test_config.h" // If this is not a WIN32 platform do not even try to compile the // test, many of the #includes make little sense. @@ -35,6 +35,8 @@ main (int, char*[]) #include "ACE_Init_Test_StdAfx.h" #include "ACE_Init_Test.h" #include "ACE_Init_TestDlg.h" +#include "test_config.h" + #include "ace/Thread_Manager.h" @@ -126,4 +128,4 @@ wait_and_kill_dialog (void *pBox) } -#endif /* ACE_WIN32 */ +#endif /* ACE_HAS_MFC */ -- cgit v1.2.1