summaryrefslogtreecommitdiff
path: root/tests/Proactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Proactor_Test.cpp')
-rw-r--r--tests/Proactor_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Proactor_Test.cpp b/tests/Proactor_Test.cpp
index 6f656808da4..365ab668dda 100644
--- a/tests/Proactor_Test.cpp
+++ b/tests/Proactor_Test.cpp
@@ -1245,7 +1245,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
}
int
-main (int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
ACE_START_TEST (ACE_TEXT ("Proactor_Test"));
@@ -1342,7 +1342,7 @@ template class ACE_Asynch_Acceptor<Receiver>;
#else
int
-main (int, ACE_TCHAR *[])
+ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Proactor_Test"));