diff options
Diffstat (limited to 'TAO/tests/ORB_destroy/ORB_destroy.cpp')
-rw-r--r-- | TAO/tests/ORB_destroy/ORB_destroy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ORB_destroy/ORB_destroy.cpp b/TAO/tests/ORB_destroy/ORB_destroy.cpp index 61ad9caa6d5..ab05175bf31 100644 --- a/TAO/tests/ORB_destroy/ORB_destroy.cpp +++ b/TAO/tests/ORB_destroy/ORB_destroy.cpp @@ -112,7 +112,7 @@ test_with_funky_poa_manager (int argc, } int -main (int argc, char **argv) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { int result = 0; |