diff options
Diffstat (limited to 'TAO/tests/Collocation_Tests/Collocated_Test.cpp')
-rw-r--r-- | TAO/tests/Collocation_Tests/Collocated_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Collocation_Tests/Collocated_Test.cpp b/TAO/tests/Collocation_Tests/Collocated_Test.cpp index 5c5dae3a745..1af5263fc09 100644 --- a/TAO/tests/Collocation_Tests/Collocated_Test.cpp +++ b/TAO/tests/Collocation_Tests/Collocated_Test.cpp @@ -41,7 +41,7 @@ parse_args (int argc, char *argv[]) } int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { if (parse_args (argc, argv) == -1) |