GNOME Bugzilla – Bug 632574
gdatetime.c,gmessages.c,gscanner.c: G_OS_WIN32 isn't defined
Last modified: 2011-01-30 07:27:27 UTC
G_OS_WIN32 is defined in 'glibconfig.h'. But G_OS_WIN32 is used before including 'glibconfig.h' in those files. We should change order of included files.
Created attachment 172738 [details] [review] patch for gdatetime.c
Created attachment 172739 [details] [review] patch for gmessages.c
Created attachment 172740 [details] [review] patch for gscanner.c
This problem was already resolved in #635093. *** This bug has been marked as a duplicate of bug 635093 ***