Include winsock2.h before windows.h, to avoid compilation errors with
authorTor Lillqvist <tml@novell.com>
Fri, 11 Feb 2005 22:43:32 +0000 (22:43 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 11 Feb 2005 22:43:32 +0000 (22:43 +0000)
2005-02-11  Tor Lillqvist  <tml@novell.com>

* glib/giowin32.c: Include winsock2.h before windows.h, to avoid
compilation errors with MSVC. (#167105)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/giowin32.c

index 37c8d9a..2a83db5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-11  Tor Lillqvist  <tml@novell.com>
+
+       * glib/giowin32.c: Include winsock2.h before windows.h, to avoid
+       compilation errors with MSVC. (#167105)
+
 2005-02-10  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/goption.c (print_help): Take main group options into
index 37c8d9a..2a83db5 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-11  Tor Lillqvist  <tml@novell.com>
+
+       * glib/giowin32.c: Include winsock2.h before windows.h, to avoid
+       compilation errors with MSVC. (#167105)
+
 2005-02-10  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/goption.c (print_help): Take main group options into
index 37c8d9a..2a83db5 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-11  Tor Lillqvist  <tml@novell.com>
+
+       * glib/giowin32.c: Include winsock2.h before windows.h, to avoid
+       compilation errors with MSVC. (#167105)
+
 2005-02-10  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/goption.c (print_help): Take main group options into
index 37c8d9a..2a83db5 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-11  Tor Lillqvist  <tml@novell.com>
+
+       * glib/giowin32.c: Include winsock2.h before windows.h, to avoid
+       compilation errors with MSVC. (#167105)
+
 2005-02-10  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/goption.c (print_help): Take main group options into
index 7c98682..43f0b1e 100644 (file)
@@ -38,8 +38,8 @@
 #include "glib.h"
 
 #include <stdlib.h>
-#include <windows.h>
 #include <winsock2.h>
+#include <windows.h>
 #include <fcntl.h>
 #include <io.h>
 #include <process.h>