summaryrefslogtreecommitdiff
path: root/ares_private.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-03-24 11:31:50 +0100
committerYang Tse <yangsita@gmail.com>2011-03-24 11:31:50 +0100
commit5b6a188909823cc3366e1e1b1812dfd4de919635 (patch)
treed0e41adf92c5f99a27fc2032d878f5be6e3be5df /ares_private.h
parentbd066ab8efa0d43ef002954f4587a195a15ac460 (diff)
downloadc-ares-5b6a188909823cc3366e1e1b1812dfd4de919635.tar.gz
c-ares-5b6a188909823cc3366e1e1b1812dfd4de919635.tar.bz2
c-ares-5b6a188909823cc3366e1e1b1812dfd4de919635.zip
build: move platform stuff to ares_platform.c and ares_platform.h
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ares_private.h b/ares_private.h
index 78f3a1c..0739ed6 100644
--- a/ares_private.h
+++ b/ares_private.h
@@ -344,20 +344,6 @@ long ares__tvdiff(struct timeval t1, struct timeval t2);
(c)->sock_state_cb((c)->sock_state_cb_data, (s), (r), (w)); \
} while (0)
-#if (defined(WIN32) || defined(WATT32)) && !defined(MSDOS)
-
-typedef enum {
- WIN_UNKNOWN,
- WIN_3X,
- WIN_9X,
- WIN_NT,
- WIN_CE
-} win_platform;
-
-win_platform getplatform(void);
-
-#endif
-
#ifdef CURLDEBUG
/* This is low-level hard-hacking memory leak tracking and similar. Using the
libcurl lowlevel code from within library is ugly and only works when