summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-common.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2013-08-29 21:14:43 +0000
committerSteve Huston <shuston@riverace.com>2013-08-29 21:14:43 +0000
commit67cf7ece05dfdd10fddac84a42b5c0dda56c266b (patch)
treeac2409e86392576535c49c8af77944a27b731263 /ACE/ace/config-win32-common.h
parente5101291f21487ece471d99dede211080ce9c0e2 (diff)
downloadATCD-67cf7ece05dfdd10fddac84a42b5c0dda56c266b.tar.gz
ChangeLogTag:Thu Aug 29 22:06:55 UTC 2013 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/config-win32-common.h')
-rw-r--r--ACE/ace/config-win32-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/ace/config-win32-common.h b/ACE/ace/config-win32-common.h
index 7305cece2e9..412d1334da6 100644
--- a/ACE/ace/config-win32-common.h
+++ b/ACE/ace/config-win32-common.h
@@ -603,8 +603,10 @@
#define ACE_LACKS_ALPHASORT
#define ACE_LACKS_MKSTEMP
#define ACE_LACKS_LSTAT
-// Looks like Win32 has a non-const swab function
+// Looks like Win32 has a non-const swab function, and it takes the
+// non-standard int len (rather than ssize_t).
#define ACE_HAS_NONCONST_SWAB
+#define ACE_HAS_INT_SWAB
// gethostbyaddr does not handle IPv6-mapped-IPv4 addresses
#define ACE_HAS_BROKEN_GETHOSTBYADDR_V4MAPPED