summaryrefslogtreecommitdiff
path: root/examples/Reactor/Misc/test_reactors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/Misc/test_reactors.cpp')
-rw-r--r--examples/Reactor/Misc/test_reactors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Misc/test_reactors.cpp b/examples/Reactor/Misc/test_reactors.cpp
index a08580672e0..1676703118e 100644
--- a/examples/Reactor/Misc/test_reactors.cpp
+++ b/examples/Reactor/Misc/test_reactors.cpp
@@ -187,7 +187,7 @@ ACE_TMAIN (int, ACE_TCHAR *[])
#else
int
-main (int, char *[])
+ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_ERROR ((LM_ERROR, "threads not supported on this platform\n"));
return 0;