comparison src/win_gaim.c @ 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 dd5a40c6699f
comparison
equal deleted inserted replaced
11569:ea98c27f1a34 11570:f1e07c3332d9
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 * 25 *
26 */ 26 */
27 27
28 /* This is for ATTACH_PARENT_PROCESS */
29 #ifndef _WIN32_WINNT
30 #define _WIN32_WINNT 0x501
31 #endif
28 #include <windows.h> 32 #include <windows.h>
29 #include <fcntl.h> 33 #include <fcntl.h>
30 #include <stdlib.h> 34 #include <stdlib.h>
31 #include <string.h> 35 #include <string.h>
32 #include <stdio.h> 36 #include <stdio.h>