aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.vc6
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-09-05 15:12:30 +0000
committerGunter Knauf <gk@gknw.de>2009-09-05 15:12:30 +0000
commitf3611c2773c95128166e1fd84726a2f3da50629b (patch)
tree94dc27a08602d355384ad87616eadbe8f730800e /ares/Makefile.vc6
parentd5de8495523f63f79c6013da009c759ca063edfa (diff)
changed u_int16_t to unsigned short because it is the only place within ares and curl where such a type would be used;
also it broke many autobuilds. We should probably introduce an ares_port_t if we want to use a type here.
Diffstat (limited to 'ares/Makefile.vc6')
-rw-r--r--ares/Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6
index 0c31bd92c..871efa33e 100644
--- a/ares/Makefile.vc6
+++ b/ares/Makefile.vc6
@@ -19,7 +19,7 @@ USE_WATT32 = 0
CC = cl
-CFLAGS = -nologo -$(CFG_MODEL)$(DEBUG_MODEL) -W3 -Yd -Zi -Du_int16_t=u_short
+CFLAGS = -nologo -$(CFG_MODEL)$(DEBUG_MODEL) -W3 -Yd -Zi
LDFLAGS = -machine:i386 -map
OBJ_DIR = VC6_obj