diff --git a/ChangeLog b/ChangeLog index 37c8d9a0f..2a83db5ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-11 Tor Lillqvist + + * glib/giowin32.c: Include winsock2.h before windows.h, to avoid + compilation errors with MSVC. (#167105) + 2005-02-10 Matthias Clasen * glib/goption.c (print_help): Take main group options into diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 37c8d9a0f..2a83db5ae 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-02-11 Tor Lillqvist + + * glib/giowin32.c: Include winsock2.h before windows.h, to avoid + compilation errors with MSVC. (#167105) + 2005-02-10 Matthias Clasen * glib/goption.c (print_help): Take main group options into diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 37c8d9a0f..2a83db5ae 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-02-11 Tor Lillqvist + + * glib/giowin32.c: Include winsock2.h before windows.h, to avoid + compilation errors with MSVC. (#167105) + 2005-02-10 Matthias Clasen * glib/goption.c (print_help): Take main group options into diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 37c8d9a0f..2a83db5ae 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-02-11 Tor Lillqvist + + * glib/giowin32.c: Include winsock2.h before windows.h, to avoid + compilation errors with MSVC. (#167105) + 2005-02-10 Matthias Clasen * glib/goption.c (print_help): Take main group options into diff --git a/glib/giowin32.c b/glib/giowin32.c index 7c9868250..43f0b1e91 100644 --- a/glib/giowin32.c +++ b/glib/giowin32.c @@ -38,8 +38,8 @@ #include "glib.h" #include -#include #include +#include #include #include #include