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 7659e92d962..9217c86417e 100644
--- a/tests/TkReactor_Test.cpp
+++ b/tests/TkReactor_Test.cpp
@@ -30,7 +30,7 @@ ACE_RCSID (tests,
#if !defined (ACE_HAS_TK)
-int ACE_TMAIN (int, ACE_TCHAR*[])
+int run_main (int, ACE_TCHAR*[])
{
ACE_START_TEST (ACE_TEXT ("TkReactor_Test"));
@@ -256,7 +256,7 @@ init (Tcl_Interp *interp)
}
int
-ACE_TMAIN (int, ACE_TCHAR *[])
+run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("TkReactor_Test"));