glib r7628 - in trunk/gio: . win32
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7628 - in trunk/gio: . win32
- Date: Mon, 27 Oct 2008 08:30:08 +0000 (UTC)
Author: tml
Date: Mon Oct 27 08:30:08 2008
New Revision: 7628
URL: http://svn.gnome.org/viewvc/glib?rev=7628&view=rev
Log:
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.
Modified:
trunk/gio/ChangeLog
trunk/gio/win32/gwinhttpfile.c
Modified: trunk/gio/win32/gwinhttpfile.c
==============================================================================
--- trunk/gio/win32/gwinhttpfile.c (original)
+++ trunk/gio/win32/gwinhttpfile.c Mon Oct 27 08:30:08 2008
@@ -25,6 +25,7 @@
#include "config.h"
#include <string.h>
+#include <wchar.h>
#include "gfile.h"
#include "gfileattribute.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]