mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Include winsock2.h before windows.h, to avoid compilation errors with
2005-02-11 Tor Lillqvist <tml@novell.com> * glib/giowin32.c: Include winsock2.h before windows.h, to avoid compilation errors with MSVC. (#167105)
This commit is contained in:
parent
92c6ff18cb
commit
ab908b3c45
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user