diff --git a/ChangeLog b/ChangeLog index a6e5ea8fc..418d26577 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a6e5ea8fc..418d26577 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index a6e5ea8fc..418d26577 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index a6e5ea8fc..418d26577 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a6e5ea8fc..418d26577 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index 14008ba6f..ec0b87a53 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -8,9 +8,6 @@ #define __G_LIBCONFIG_H__ #include -#ifndef __GNUC__ -#define G_GNUC_INTERNAL /* wont have that */ -#endif #include #include @@ -133,6 +130,8 @@ typedef unsigned int gsize; #define G_HAVE_GROWING_STACK 0 +#define G_GNUC_INTERNAL + #define G_THREADS_ENABLED #define G_THREADS_IMPL_WIN32 typedef struct _GMutex* GStaticMutex;