summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp')
-rw-r--r--examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp
index 93216dca095..ca77c0b5faa 100644
--- a/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp
+++ b/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp
@@ -108,7 +108,7 @@ do_client_processing (ACE_LSOCK_Stream &sc)
}
int
-main (int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
parse_args (argc, argv);
@@ -137,7 +137,7 @@ main (int argc, ACE_TCHAR *argv[])
return 0;
}
#else
-int main (int, ACE_TCHAR *[])
+int ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_ERROR_RETURN ((LM_ERROR,
"your platform must support sendmsg/recvmsg to run this test\n"),