After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632574 - gdatetime.c,gmessages.c,gscanner.c: G_OS_WIN32 isn't defined
gdatetime.c,gmessages.c,gscanner.c: G_OS_WIN32 isn't defined
Status: RESOLVED DUPLICATE of bug 635093
Product: glib
Classification: Platform
Component: win32
2.26.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-win32 maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-19 16:38 UTC by Kazuki Iwamoto
Modified: 2011-01-30 07:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for gdatetime.c (558 bytes, patch)
2010-10-19 16:39 UTC, Kazuki Iwamoto
none Details | Review
patch for gmessages.c (921 bytes, patch)
2010-10-19 16:39 UTC, Kazuki Iwamoto
none Details | Review
patch for gscanner.c (549 bytes, patch)
2010-10-19 16:40 UTC, Kazuki Iwamoto
none Details | Review

Description Kazuki Iwamoto 2010-10-19 16:38:12 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.
Comment 1 Kazuki Iwamoto 2010-10-19 16:39:03 UTC
Created attachment 172738 [details] [review]
patch for gdatetime.c
Comment 2 Kazuki Iwamoto 2010-10-19 16:39:45 UTC
Created attachment 172739 [details] [review]
patch for gmessages.c
Comment 3 Kazuki Iwamoto 2010-10-19 16:40:31 UTC
Created attachment 172740 [details] [review]
patch for gscanner.c
Comment 4 Kazuki Iwamoto 2011-01-30 07:27:27 UTC
This problem was already resolved in #635093.

*** This bug has been marked as a duplicate of bug 635093 ***