diff options
Diffstat (limited to 'TAO/tests/MT_Server/client.cpp')
-rw-r--r-- | TAO/tests/MT_Server/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/MT_Server/client.cpp b/TAO/tests/MT_Server/client.cpp index ebbecd5f4c7..52a6ec80eff 100644 --- a/TAO/tests/MT_Server/client.cpp +++ b/TAO/tests/MT_Server/client.cpp @@ -46,7 +46,7 @@ parse_args (int argc, char *argv[]) } int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { try { |