aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-01-12 02:35:14 +0100
committerYang Tse <yangsita@gmail.com>2011-01-12 02:35:14 +0100
commit42f5e8a0f1729b17547acfc6625e58e583811e8d (patch)
tree290474798c1bd751fd9a235322f2754d500a374d /lib/config-win32.h
parentc5d9cd5c1bd69729debef8ff16d2bdbc8b42e7c2 (diff)
build: use external preprocessor cpp32 when building with Borland C
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 109784f3a..c6fb7ae93 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -357,7 +357,7 @@
/* ---------------------------------------------------------------- */
/* Define this if you have struct sockaddr_storage */
-#if !(defined(__SALFORDC__) || defined(__BORLANDC__))
+#if !defined(__SALFORDC__) && !defined(__BORLANDC__)
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#endif