summaryrefslogtreecommitdiff
path: root/ACEXML
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML')
-rw-r--r--ACEXML/examples/SAXPrint/main.cpp2
-rw-r--r--ACEXML/tests/NamespaceSupport_Test.cpp2
-rw-r--r--ACEXML/tests/Transcoder_Test.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/ACEXML/examples/SAXPrint/main.cpp b/ACEXML/examples/SAXPrint/main.cpp
index 47dea304662..2d51dac2fec 100644
--- a/ACEXML/examples/SAXPrint/main.cpp
+++ b/ACEXML/examples/SAXPrint/main.cpp
@@ -7,7 +7,7 @@
int
-main (int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
ACEXML_DefaultHandler *handler = 0;
{
diff --git a/ACEXML/tests/NamespaceSupport_Test.cpp b/ACEXML/tests/NamespaceSupport_Test.cpp
index 45509b21053..96bcfa7ab30 100644
--- a/ACEXML/tests/NamespaceSupport_Test.cpp
+++ b/ACEXML/tests/NamespaceSupport_Test.cpp
@@ -2,7 +2,7 @@
#include "ACEXML/common/NamespaceSupport.h"
-int main (int, ACE_TCHAR *[])
+int ACE_TMAIN (int, ACE_TCHAR *[])
{
ACEXML_NamespaceSupport xmlns;
diff --git a/ACEXML/tests/Transcoder_Test.cpp b/ACEXML/tests/Transcoder_Test.cpp
index ff66804b309..2e87a52a7e7 100644
--- a/ACEXML/tests/Transcoder_Test.cpp
+++ b/ACEXML/tests/Transcoder_Test.cpp
@@ -25,7 +25,7 @@ void dump_utf16 (const ACEXML_UTF16 *data,
}
int
-main (int, ACE_TCHAR*[])
+ACE_TMAIN (int, ACE_TCHAR*[])
{
ACEXML_UTF16 org [18];
// = { 1, 2, 4, 8, 0x10, 0x20, 0x40,