summaryrefslogtreecommitdiff
path: root/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-07-20 11:22:43 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-07-20 11:22:43 +0200
commit2d51ee5608628d0a9c607340ae158859f7330787 (patch)
tree7d4443e1c7500e79a8030cc674064785a57fc2e6 /ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
parented8549c781c554d59f44450dac6bd44caf6490d3 (diff)
downloadATCD-2d51ee5608628d0a9c607340ae158859f7330787.tar.gz
Use ACE_WIN32 and bcc32c doesn't set __WIN32__ but uses _WIN32
* ACE/ASNMP/asnmp/octet.cpp: * ACE/ASNMP/tests/Counter64_Test.cpp: * ACE/ace/Configuration_Import_Export.cpp: * ACE/ace/config-win32-borland.h: * ACE/examples/Mem_Map/IO-tests/IO_Test.cpp: * ACE/examples/Mem_Map/IO-tests/test_io.cpp: * TAO/tao/orbconf.h:
Diffstat (limited to 'ACE/examples/Mem_Map/IO-tests/IO_Test.cpp')
-rw-r--r--ACE/examples/Mem_Map/IO-tests/IO_Test.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp b/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
index fa9c9148281..3401fb675a1 100644
--- a/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
+++ b/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
@@ -1,5 +1,3 @@
-#if !defined(_WIN32)
-
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_stdio.h"
@@ -7,8 +5,7 @@
#include "ace/Log_Msg.h"
#include "IO_Test.h"
-
-
+#if !defined(ACE_WIN32)
IO_Test::IO_Test (const char *name,