summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/SPIPE_SAP/NPClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/SPIPE_SAP/NPClient.cpp')
-rw-r--r--examples/IPC_SAP/SPIPE_SAP/NPClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/IPC_SAP/SPIPE_SAP/NPClient.cpp b/examples/IPC_SAP/SPIPE_SAP/NPClient.cpp
index 92c4cfeb3b8..17ea66317e4 100644
--- a/examples/IPC_SAP/SPIPE_SAP/NPClient.cpp
+++ b/examples/IPC_SAP/SPIPE_SAP/NPClient.cpp
@@ -16,7 +16,7 @@ const int DEFAULT_SIZE = 8;
const int DEFAULT_COUNT = 10000;
int
-main (int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
int size = argc > 1 ? ACE_OS::atoi (argv[1]) : DEFAULT_SIZE;
int iterations = argc > 2 ? ACE_OS::atoi (argv[2]) : DEFAULT_COUNT;