Remove last GLib >= 2.16 check
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5853 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
e9e3f6a8ab
commit
15eb27b44a
@ -2,6 +2,8 @@
|
||||
|
||||
* src/document.c, src/main.c, src/ui_utils.c, src/utils.c:
|
||||
Remove most of the checks for GIO.
|
||||
* src/win32.c:
|
||||
Remove last GLib >= 2.16 check.
|
||||
|
||||
|
||||
2011-06-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
@ -1330,11 +1330,7 @@ void win32_set_working_directory(const gchar *dir)
|
||||
|
||||
gchar *win32_get_installation_dir(void)
|
||||
{
|
||||
#if GLIB_CHECK_VERSION(2, 16, 0)
|
||||
return g_win32_get_package_installation_directory_of_module(NULL);
|
||||
#else
|
||||
return g_win32_get_package_installation_directory(NULL, NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user