diff options
Diffstat (limited to 'TAO/tests/Bug_2201_Regression/test.cpp')
-rw-r--r-- | TAO/tests/Bug_2201_Regression/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2201_Regression/test.cpp b/TAO/tests/Bug_2201_Regression/test.cpp index 4bc39b5ff5e..1a11bb77036 100644 --- a/TAO/tests/Bug_2201_Regression/test.cpp +++ b/TAO/tests/Bug_2201_Regression/test.cpp @@ -4,7 +4,7 @@ #include "TestDataC.h" int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { int retval = 0; |