GNOME Bugzilla – Bug 691769
Build of glib-genmarshal broke on Windows/Visual C++ builds
Last modified: 2013-01-15 11:38:09 UTC
Created attachment 233502 [details] [review] Revert commit f2e00a07 due to missed check of G_OS_WIN32 Hi, it seems that commit f2e00a07 broke the build of glib-genmarshal.c on Visual C++ builds as the check of G_OS_WIN32 was done before including any of the GLib headers (The GLib headers define that macro), so that io.h was not included as it should have been. The attached revert patch attempts to fix this issue. With blessings, thank you!
Review of attachment 233502 [details] [review]: ok
Review of attachment 233502 [details] [review]: Committed as 38229d47. Will close this shortly. With blessings, thank you! :)