summaryrefslogtreecommitdiff
path: root/tests/Codecs_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Codecs_Test.cpp')
-rw-r--r--tests/Codecs_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Codecs_Test.cpp b/tests/Codecs_Test.cpp
index 9cdef2808d1..7da81373342 100644
--- a/tests/Codecs_Test.cpp
+++ b/tests/Codecs_Test.cpp
@@ -19,6 +19,7 @@
#include "test_config.h"
#include "ace/Codecs.h"
#include "ace/Auto_Ptr.h"
+#include "ace/ACE.h"
ACE_RCSID(tests, Codecs_Test, "$Id$")
@@ -81,7 +82,7 @@ encode_decode_stream (const ACE_Byte* stream, size_t length)
}
int
-ACE_TMAIN (int argc, ACE_TCHAR *argv[])
+run_main (int argc, ACE_TCHAR *argv[])
{
ACE_UNUSED_ARG (argc);
ACE_UNUSED_ARG (argv);