diff src/win32/win32dep.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 7c3db2b2a790
children 95ca0db2d01d
line wrap: on
line diff
--- a/src/win32/win32dep.h	Thu Feb 12 19:17:54 2004 +0000
+++ b/src/win32/win32dep.h	Thu Feb 12 19:54:18 2004 +0000
@@ -22,7 +22,7 @@
  */
 #ifndef _WIN32DEP_H_
 #define _WIN32DEP_H_
-#include <winsock.h>
+#include <winsock2.h>
 #include <process.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkevents.h>