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