WIP: Fix G_GNUC_PRINTF/G_GNUC_SCANF function attributes for Win32 and GCC.
The Windows msvcrXX.dll uses different format strings than UNIX/Linux libc. Therefore we must use a mingw specific format archetype for mingw.
The patch was required to cross compile current glib2 master on fedora core 28 using autogen.sh.