win32: re-fix the _utf8 compat function situation
authorDan Winship <danw@gnome.org>
Thu, 15 Nov 2012 23:18:54 +0000 (18:18 -0500)
committerDan Winship <danw@gnome.org>
Fri, 16 Nov 2012 13:22:06 +0000 (08:22 -0500)
commit03ef7ba5abab928c17142f553f86b97d28ecf946
tree36d9ccd6d3af8241419585eff5d5cea18d2c4fe2
parent834e6e96b355d7b313f59eef3c90a68bc5463365
win32: re-fix the _utf8 compat function situation

The previous fix didn't work, because every place within glib that
used any of the functions also needed to be including win32compat.h.

So, move the prototypes back to their original headers (but at least
all in one place at the bottom).

https://bugzilla.gnome.org/show_bug.cgi?id=688109
14 files changed:
docs/reference/glib/Makefile.am
glib/Makefile.am
glib/gconvert.c
glib/gconvert.h
glib/gdir.c
glib/gdir.h
glib/genviron.h
glib/gfileutils.h
glib/giochannel.h
glib/glib.h
glib/gspawn.h
glib/gutils.h
glib/gwin32.h
glib/gwin32compat.h [deleted file]