summaryrefslogtreecommitdiff
path: root/tests/ACE_Init_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ACE_Init_Test.cpp')
-rw-r--r--tests/ACE_Init_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ACE_Init_Test.cpp b/tests/ACE_Init_Test.cpp
index 64d77320e07..ee783ca7704 100644
--- a/tests/ACE_Init_Test.cpp
+++ b/tests/ACE_Init_Test.cpp
@@ -79,7 +79,7 @@ CACE_Init_TestApp theApp;
BOOL CACE_Init_TestApp::InitInstance()
{
- // This is needed because there's no overridden main(int, char *[])
+ // This is needed because there's no overridden ACE_TMAIN(int, ACE_TCHAR *[])
// which would normally handle the initialization. Also see the
// corresponding ACE::fini, below.
ACE::init();