aboutsummaryrefslogtreecommitdiff
path: root/ares/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ares/config-win32.h')
-rw-r--r--ares/config-win32.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h
index 48af822b9..d7b11797f 100644
--- a/ares/config-win32.h
+++ b/ares/config-win32.h
@@ -219,6 +219,16 @@
#endif
/* ---------------------------------------------------------------- */
+/* TYPE SIZES */
+/* ---------------------------------------------------------------- */
+
+/* The size of `int', as computed by sizeof. */
+#define SIZEOF_INT 4
+
+/* The size of `short', as computed by sizeof. */
+#define SIZEOF_SHORT 2
+
+/* ---------------------------------------------------------------- */
/* STRUCT RELATED */
/* ---------------------------------------------------------------- */