mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-03 15:21:12 +01:00
Bug 557592 - Missing include in gwinhttpfile.c
2008-10-27 Tor Lillqvist <tml@novell.com> Bug 557592 - Missing include in gwinhttpfile.c * win32/gwinhttpfile.c: Include <wchar.h> to make it compile with MSVC2008. svn path=/branches/glib-2-18/; revision=7627
This commit is contained in:
committed by
Tor Lillqvist
parent
dbfc719775
commit
8fb341766b
@@ -1,3 +1,10 @@
|
||||
2008-10-27 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 557592 - Missing include in gwinhttpfile.c
|
||||
|
||||
* win32/gwinhttpfile.c: Include <wchar.h> to make it compile with
|
||||
MSVC2008.
|
||||
|
||||
2008-10-23 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
Merged from trunk:
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "gfile.h"
|
||||
#include "gfileattribute.h"
|
||||
|
||||
Reference in New Issue
Block a user