summaryrefslogtreecommitdiff
path: root/contrib/win32/patches/gwin32.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/win32/patches/gwin32.h.diff')
-rw-r--r--contrib/win32/patches/gwin32.h.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/win32/patches/gwin32.h.diff b/contrib/win32/patches/gwin32.h.diff
new file mode 100644
index 0000000..f917392
--- /dev/null
+++ b/contrib/win32/patches/gwin32.h.diff
@@ -0,0 +1,14 @@
+--- gwin32.h.0 2012-03-11 20:42:42 -0400
++++ gwin32.h 2012-04-01 15:13:03 -0400
+@@ -86,11 +86,9 @@
+ #ifndef G_DISABLE_DEPRECATED
+
+ #ifndef __GTK_DOC_IGNORE__
+-#ifdef _WIN64
+ #define g_win32_get_package_installation_directory g_win32_get_package_installation_directory_utf8
+ #define g_win32_get_package_installation_subdirectory g_win32_get_package_installation_subdirectory_utf8
+ #endif
+-#endif
+
+ gchar* g_win32_get_package_installation_directory (const gchar *package,
+ const gchar *dll_name);