Fix build on Visual C++
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 17 Aug 2012 11:22:43 +0000 (19:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 17 Aug 2012 11:22:43 +0000 (19:22 +0800)
commit2954f70d39198e67ff6a364a4f5c275381af1a75
tree0a15d90dbc562263800c5128080e49e114916c2e
parent69124b2dc4587f9c978648e38c548c50352ef930
Fix build on Visual C++

-glib/gmarkup.c: Use G_VA_COPY() instead of va_copy() as va_copy() may not
 be universally available.
-gio/gtestdbus.c: Include io.h on Windows for close()
gio/gtestdbus.c
glib/gmarkup.c