summaryrefslogtreecommitdiff
path: root/tests/CDR_File_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CDR_File_Test.cpp')
-rw-r--r--tests/CDR_File_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CDR_File_Test.cpp b/tests/CDR_File_Test.cpp
index ead0fea8566..3097f4f4903 100644
--- a/tests/CDR_File_Test.cpp
+++ b/tests/CDR_File_Test.cpp
@@ -309,7 +309,7 @@ usage (ACE_TCHAR *cmd)
// Main function
int
-ACE_TMAIN (int argc, ACE_TCHAR *argv[])
+run_main (int argc, ACE_TCHAR *argv[])
{
ACE_START_TEST (ACE_TEXT ("CDR_File_Test"));
@@ -448,7 +448,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
#else /* ! ACE_LACKS_IOSTREAM_TOTALLY */
int
-ACE_TMAIN (int, ACE_TCHAR *[])
+run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("CDR_File_Test"));