mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
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:
parent
87bc41714f
commit
0622b5275e
@ -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>
|
2008-05-30 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem
|
* glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem
|
||||||
|
@ -1085,12 +1085,12 @@ g_lstat
|
|||||||
g_remove
|
g_remove
|
||||||
g_fopen
|
g_fopen
|
||||||
g_freopen
|
g_freopen
|
||||||
|
g_utime
|
||||||
#endif
|
#endif
|
||||||
g_access
|
g_access
|
||||||
g_chdir
|
g_chdir
|
||||||
g_unlink
|
g_unlink
|
||||||
g_rmdir
|
g_rmdir
|
||||||
g_utime
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user