diff src/Makefile.mingw @ 11570:f1e07c3332d9

[gaim-migrate @ 13838] So... it turns out that the getaddrinfo situation on win32 is far worse than I thought. On < XP, there really is no getaddrinfo, apparently it is hacked into a header (which the win32-api doesn't support). Until the win32-api supports it, we will not be doing the getaddrinfo thing. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 26 Sep 2005 22:44:41 +0000
parents 71945305a87e
children cae2fb7e8594
line wrap: on
line diff
--- a/src/Makefile.mingw	Mon Sep 26 01:07:53 2005 +0000
+++ b/src/Makefile.mingw	Mon Sep 26 22:44:41 2005 +0000
@@ -29,7 +29,7 @@
 
 CFLAGS =
 
-DEFINES = -D_WIN32_WINNT=0x0501
+DEFINES =
 
 ifeq ($(MAKECMDGOALS), $(TARGET)-portable.exe)
 DEFINES := $(DEFINES) -DPORTABLE