summaryrefslogtreecommitdiff
path: root/tests/TkReactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TkReactor_Test.cpp')
-rw-r--r--tests/TkReactor_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TkReactor_Test.cpp b/tests/TkReactor_Test.cpp
index 16cae7b0842..df8b80b4114 100644
--- a/tests/TkReactor_Test.cpp
+++ b/tests/TkReactor_Test.cpp
@@ -31,7 +31,7 @@ ACE_RCSID(tests, TkReactor_Test, "$Id$")
#if !defined (ACE_HAS_TK)
-int main (int, ACE_TCHAR*[])
+int ACE_TMAIN (int, ACE_TCHAR*[])
{
ACE_START_TEST (ACE_TEXT ("TkReactor_Test"));
@@ -265,7 +265,7 @@ init (Tcl_Interp *interp)
}
int
-main (int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
ACE_START_TEST (ACE_TEXT ("TkReactor_Test"));