diff src/protocols/icq/tcplink.h @ 8244:5e7ffea3f76a

[gaim-migrate @ 8967] Now using winsock2.h, included in libc_interface.h. Some more functions added to libc_interface.c committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 12 Feb 2004 19:54:18 +0000
parents 424a40f12a6c
children
line wrap: on
line diff
--- a/src/protocols/icq/tcplink.h	Thu Feb 12 19:17:54 2004 +0000
+++ b/src/protocols/icq/tcplink.h	Thu Feb 12 19:54:18 2004 +0000
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 
 /*
- * $Id: tcplink.h 2096 2001-07-31 01:00:39Z warmenhoven $
+ * $Id: tcplink.h 8967 2004-02-12 19:54:18Z hermanator $
  *
  * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and
  *                          Bill Soudan <soudan@kde.org>
@@ -29,11 +29,11 @@
 #include <config.h>
 #endif
 
-#ifdef _WIN32
-#include <winsock.h>
-#else
+#ifndef _WIN32
 #include <sys/socket.h>
 #include <netinet/in.h>
+#else
+#include "libc_interface.h"
 #endif
 
 #include "icq.h"