diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-07 22:33:01 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-07 22:33:01 +0000 |
commit | c392014e3ed9d05e105d60df843430530312414b (patch) | |
tree | d4ceec186da49b3599b5f518fb431c74d57f1396 /tests/ACE_Init_Test.cpp | |
parent | b11ffd3a1a8baadc6b9760fdb433c69370e64974 (diff) | |
download | ATCD-c392014e3ed9d05e105d60df843430530312414b.tar.gz |
ChangeLogTag:Fri Dec 07 14:28:33 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'tests/ACE_Init_Test.cpp')
-rw-r--r-- | tests/ACE_Init_Test.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
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 */ |