mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add forgotten #ifdef G_OS_WIN32 to fix the build on linux.
2007-12-08 Christian Persch <chpe@gnome.org> * gio/glocalfileinfo.c: (get_thumbnail_attributes): Add forgotten #ifdef G_OS_WIN32 to fix the build on linux. svn path=/trunk/; revision=6074
This commit is contained in:
parent
2e0919a3eb
commit
3c3d3e25ff
@ -1,3 +1,8 @@
|
||||
2007-12-08 Christian Persch <chpe@gnome.org>
|
||||
|
||||
* gio/glocalfileinfo.c: (get_thumbnail_attributes): Add forgotten
|
||||
#ifdef G_OS_WIN32 to fix the build on linux.
|
||||
|
||||
2007-12-08 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/makefile.msc.in : build gchecksum.obj
|
||||
|
@ -1265,6 +1265,7 @@ get_thumbnail_attributes (const char *path,
|
||||
g_free (filename);
|
||||
}
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
void
|
||||
win32_get_file_user_info (const gchar* filename,
|
||||
gchar **group_name,
|
||||
@ -1311,6 +1312,7 @@ win32_get_file_user_info (const gchar* filename,
|
||||
}
|
||||
g_free (wfilename);
|
||||
}
|
||||
#endif /* G_OS_WIN32 */
|
||||
|
||||
GFileInfo *
|
||||
_g_local_file_info_get (const char *basename,
|
||||
|
Loading…
Reference in New Issue
Block a user