don't build gdesktopappinfo.obj, it collides with symbols

2007-12-20  Hans Breuer  <hans@breuer.org>

	* makefile.msc : don't build gdesktopappinfo.obj, it collides 
	with symbols gwin32appinfo.obj, added gmount.obj
	* gio.symbols : mark g_desktop_app_* as G_OS_UNIX


svn path=/trunk/; revision=6178
This commit is contained in:
Hans Breuer
2007-12-20 19:13:18 +00:00
committed by Hans Breuer
parent 0c99959a79
commit b64e1dfd47
3 changed files with 12 additions and 1 deletions

View File

@@ -63,12 +63,14 @@ g_app_info_get_default_for_uri_scheme
#if IN_HEADER(__G_DESKTOP_APP_INFO_H__)
#if IN_FILE(__G_DESKTOP_APP_INFO_C__)
#ifdef G_OS_UNIX
g_desktop_app_info_new_from_filename
g_desktop_app_info_new
g_desktop_app_info_get_type G_GNUC_CONST
g_desktop_app_info_get_is_hidden
#endif
#endif
#endif
#if IN_HEADER(__G_ASYNC_RESULT_H__)