summaryrefslogtreecommitdiff
path: root/ares_private.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-11-08 18:13:54 +0000
committerYang Tse <yangsita@gmail.com>2007-11-08 18:13:54 +0000
commit7cd35ce69858bb06a446ef7620ea52807d67d306 (patch)
tree859f6581d29eaaf956fc2a795387d9531743888c /ares_private.h
parentaa74d21c4e5da1c8650115ec3c062d31f37ea370 (diff)
downloadc-ares-7cd35ce69858bb06a446ef7620ea52807d67d306.tar.gz
c-ares-7cd35ce69858bb06a446ef7620ea52807d67d306.tar.bz2
c-ares-7cd35ce69858bb06a446ef7620ea52807d67d306.zip
Define WIN32 when build target is Win32 API.
This also defines it for WinCE even though it is a subset of WIN32.
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ares_private.h b/ares_private.h
index 26f55db..d5ffbb3 100644
--- a/ares_private.h
+++ b/ares_private.h
@@ -18,6 +18,14 @@
* without express or implied warranty.
*/
+/*
+ * Define WIN32 when build target is Win32 API
+ */
+
+#if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32)
+#define WIN32
+#endif
+
#include <stdio.h>
#include <sys/types.h>