glib r7627 - in branches/glib-2-18/gio: . win32



Author: tml
Date: Mon Oct 27 08:28:31 2008
New Revision: 7627
URL: http://svn.gnome.org/viewvc/glib?rev=7627&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:
   branches/glib-2-18/gio/ChangeLog
   branches/glib-2-18/gio/win32/gwinhttpfile.c

Modified: branches/glib-2-18/gio/win32/gwinhttpfile.c
==============================================================================
--- branches/glib-2-18/gio/win32/gwinhttpfile.c	(original)
+++ branches/glib-2-18/gio/win32/gwinhttpfile.c	Mon Oct 27 08:28:31 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]