summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-common.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-17 09:12:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-17 09:12:32 +0000
commit67b59d4ccf18db5c43776b179e8d56a726d31841 (patch)
tree30221930b52e6189e462995d34a2ce893e49041b /ACE/ace/config-win32-common.h
parent4365507c0194836522918a33f4f32a38ff535a5c (diff)
downloadATCD-67b59d4ccf18db5c43776b179e8d56a726d31841.tar.gz
Mon Nov 17 09:12:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/config-win32-common.h')
-rw-r--r--ACE/ace/config-win32-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/config-win32-common.h b/ACE/ace/config-win32-common.h
index 242d17d5e7b..63107c0cab5 100644
--- a/ACE/ace/config-win32-common.h
+++ b/ACE/ace/config-win32-common.h
@@ -450,7 +450,7 @@
# include /**/ <winsock2.h>
// WinCE 4 doesn't define the Exxx values without the WSA prefix, so do that
// here. This is all lifted from the #if 0'd out part of winsock2.h.
-# if defined (UNDER_CE) && (UNDER_CE < 600)
+# if defined (_WIN32_WCE) && (_WIN32_WCE < 600)
# define EWOULDBLOCK WSAEWOULDBLOCK
# define EINPROGRESS WSAEINPROGRESS
# define EALREADY WSAEALREADY