]> git.pld-linux.org Git - packages/crossmingw32-glibmm.git/blob - glibmm-win32.patch
- updated to 2.34.1 (2.34.0 was broken on win32)
[packages/crossmingw32-glibmm.git] / glibmm-win32.patch
1 --- glibmm-2.34.1/gio/giomm/contenttype.cc.orig 2012-10-06 14:28:36.000000000 +0200
2 +++ glibmm-2.34.1/gio/giomm/contenttype.cc      2012-11-06 16:54:11.439593123 +0100
3 @@ -56,6 +56,7 @@
4    return retvalue;
5  }
6  
7 +#ifndef G_OS_WIN32
8  Glib::RefPtr<Gio::Icon> content_type_get_symbolic_icon(const Glib::ustring& type)
9  {
10    Glib::RefPtr<Icon> retvalue = Glib::wrap(g_content_type_get_symbolic_icon(type.c_str()));
11 @@ -63,6 +64,7 @@
12      retvalue->reference(); //The function does not do a ref for us.
13    return retvalue;
14  }
15 +#endif
16  
17  bool content_type_can_be_executable(const Glib::ustring& type)
18  {
This page took 0.150194 seconds and 4 git commands to generate.