summaryrefslogtreecommitdiff
path: root/examples/Export/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Export/test.cpp')
-rw-r--r--examples/Export/test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Export/test.cpp b/examples/Export/test.cpp
index e447dbec3f5..69fe20158bf 100644
--- a/examples/Export/test.cpp
+++ b/examples/Export/test.cpp
@@ -3,8 +3,8 @@
#include "dll.h"
#include <iostream>
-int
-ACE_TMAIN (int, ACE_TCHAR *[])
+int
+main (int, char *[])
{
int failure_count = 0;
test_class my_test_class;
@@ -24,7 +24,7 @@ ACE_TMAIN (int, ACE_TCHAR *[])
// Test out the export of a function. Like above,
// I don't know how this can fail at runtime.
-
+
std::cout << "Function Test: ";
if (test_function () != RETVAL)
{