Win32: Move g_win32_check_windows_version() to the correct place in header
commit8b654e24a5743a32b1d11794fef10a7cbf8ff5d3
authorXavier Claessens <xavier.claessens@collabora.com>
Wed, 28 Jan 2015 17:25:10 +0000 (28 12:25 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 12 Mar 2015 20:09:14 +0000 (12 16:09 -0400)
treef6802da1589468109533013b815bd07f8e20d46e
parent3626e1426d4fa24dc565618001df3ad9a26b3b00
Win32: Move g_win32_check_windows_version() to the correct place in header

It was added after G_END_DECLS, outside the #ifdef G_PLATFORM_WIN32,
and inside a #ifndef __GTK_DOC_IGNORE__ block. So it was missing from
the doc.

https://bugzilla.gnome.org/show_bug.cgi?id=743661
glib/gwin32.h