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:
Christian Persch 2007-12-08 14:29:37 +00:00 committed by Christian Persch
parent 2e0919a3eb
commit 3c3d3e25ff
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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,