+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
+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
+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
+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
#include "glib.h"
#include <stdlib.h>
-#include <windows.h>
#include <winsock2.h>
+#include <windows.h>
#include <fcntl.h>
#include <io.h>
#include <process.h>