summaryrefslogtreecommitdiff
path: root/tests/Process_Manager_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Process_Manager_Test.cpp')
-rw-r--r--tests/Process_Manager_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Process_Manager_Test.cpp b/tests/Process_Manager_Test.cpp
index 49f6aebc8dd..48ae886c569 100644
--- a/tests/Process_Manager_Test.cpp
+++ b/tests/Process_Manager_Test.cpp
@@ -96,7 +96,7 @@ spawn_child (const ACE_TCHAR *argv0,
}
int
-ACE_TMAIN (int argc, ACE_TCHAR *argv[])
+run_main (int argc, ACE_TCHAR *argv[])
{
ACE_Get_Opt args (argc, argv, ACE_TEXT ("d"));
@@ -303,7 +303,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
#else /* (!ACE_LACKS_FORK || ACE_WIN32) */
int
-ACE_TMAIN (int, ACE_TCHAR *[])
+run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Process_Manager_Test"));
ACE_ERROR ((LM_ERROR,