Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in a

2008-05-30  Tor Lillqvist  <tml@novell.com>

	Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not
	in a function)

	* glib/glib.symbols: Move g_utime inside #if !defined(G_OS_UNIX)
	|| defined(G_STDIO_NO_WRAP_ON_UNIX).


svn path=/trunk/; revision=6963
This commit is contained in:
Tor Lillqvist 2008-05-30 06:36:55 +00:00 committed by Tor Lillqvist
parent 87bc41714f
commit 0622b5275e
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2008-05-30 Tor Lillqvist <tml@novell.com>
Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
a function)
* glib/glib.symbols: Move g_utime inside #if !defined(G_OS_UNIX)
|| defined(G_STDIO_NO_WRAP_ON_UNIX).
2008-05-30 Tor Lillqvist <tml@novell.com>
* glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem

View File

@ -1085,12 +1085,12 @@ g_lstat
g_remove
g_fopen
g_freopen
g_utime
#endif
g_access
g_chdir
g_unlink
g_rmdir
g_utime
#endif
#endif