summaryrefslogtreecommitdiff
path: root/tests/Proactor_Timer_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Proactor_Timer_Test.cpp')
-rw-r--r--tests/Proactor_Timer_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Proactor_Timer_Test.cpp b/tests/Proactor_Timer_Test.cpp
index 62ee8c047a2..d107e707c74 100644
--- a/tests/Proactor_Timer_Test.cpp
+++ b/tests/Proactor_Timer_Test.cpp
@@ -198,7 +198,7 @@ test_canceling_odd_timers (void)
// If any command line arg is given, run the test with high res timer
// queue. Else run it normally.
int
-main (int argc, ACE_TCHAR *[])
+ACE_TMAIN (int argc, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Proactor_Timer_Test"));
@@ -228,7 +228,7 @@ main (int argc, ACE_TCHAR *[])
#else
int
-main (int, ACE_TCHAR *[])
+ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Proactor_Timer_Test"));