Skip to content
  • Chun-wei Fan's avatar
    gio: Fix build on Windows · 3dd65859
    Chun-wei Fan authored
    The newly-introduced functions, g_content_type_get_symbolic_icon() and
    g_content_type_get_generic_icon_name() don't seem to be for Windows, at
    least for now.  So filter them out from gio.symbols on Windows.
    
    Also, glocalfileinfo.c calls g_content_type_get_symbolic_icon() in
    get_icon(), so only build that code when on Unix, for the time being.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684278
    3dd65859