glib/gwin32.c: Silence a Deprecation Warning
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 13 Dec 2013 08:21:00 +0000 (16:21 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 13 Dec 2013 08:21:00 +0000 (16:21 +0800)
commit6011d0a4ae9a8e70e20df3b7ad37f940ddf2f9f8
treefab16926ad0ba3b4f08d56c72ebaf737db13c164
parent3af58d2e9fefe14dc55fd41222a5c92947a08270
glib/gwin32.c: Silence a Deprecation Warning

Since we are already building a deprecated function for compatibility
reasons, we don't really need to see a warning when it uses another
deprecated GLib function.
glib/gwin32.c