GNOME Bugzilla – Bug 635093
GLib 2.26.1: Fix sources for compilation on MSVC 2008/C89 compilers
Last modified: 2011-01-30 07:35:18 UTC
Created attachment 174703 [details] [review] Updates to GLib 2.26.x sources This bug report is alongside with bug #631102 to update the source files for compilation under MSVC 2008 and probably other C89 compilers. Summary of the fixes: glib/gtimer.c glib/gdatetime.c glib/gscanner.c glib/gmessages.c -> Added or moved platform check macros to allow correct compilation on MSVC tests/testglib.c -> added G_DISABLE_DEPRECATED check around the relation test (deprecated API) gio/gdbusmessage.c gio/gregistrysettingsbackend.c -> Fixed C99-style variable declaration. Please let me know of any comments and whether I can commit those fixes. Thanks
Commited to the glib-2-26 branch after reviewing with Tor. Thanks
*** Bug 632574 has been marked as a duplicate of this bug. ***
*** Bug 632577 has been marked as a duplicate of this bug. ***
*** Bug 632581 has been marked as a duplicate of this bug. ***