diff options
Diffstat (limited to 'examples/Misc/test_sstring.cpp')
-rw-r--r-- | examples/Misc/test_sstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Misc/test_sstring.cpp b/examples/Misc/test_sstring.cpp index e57e2a224f2..ef85290c1f7 100644 --- a/examples/Misc/test_sstring.cpp +++ b/examples/Misc/test_sstring.cpp @@ -6,7 +6,7 @@ ACE_RCSID(Misc, test_sstring, "$Id$") int -main (int, ACE_TCHAR *[]) +ACE_TMAIN (int, ACE_TCHAR *[]) { ACE_CString s1 ("hello"); ACE_CString s2 ("world"); |