+2004-11-06 Tor Lillqvist <tml@iki.fi>
+
+ * 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 <mclasen@redhat.com>
* tests/strtod-test.c: Portability fixes and extra sanity
+2004-11-06 Tor Lillqvist <tml@iki.fi>
+
+ * 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 <mclasen@redhat.com>
* tests/strtod-test.c: Portability fixes and extra sanity
+2004-11-06 Tor Lillqvist <tml@iki.fi>
+
+ * 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 <mclasen@redhat.com>
* tests/strtod-test.c: Portability fixes and extra sanity
+2004-11-06 Tor Lillqvist <tml@iki.fi>
+
+ * 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 <mclasen@redhat.com>
* tests/strtod-test.c: Portability fixes and extra sanity
+2004-11-06 Tor Lillqvist <tml@iki.fi>
+
+ * 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 <mclasen@redhat.com>
* tests/strtod-test.c: Portability fixes and extra sanity
#define __G_LIBCONFIG_H__
#include <glib/gmacros.h>
-#ifndef __GNUC__
-#define G_GNUC_INTERNAL /* wont have that */
-#endif
#include <limits.h>
#include <float.h>
#define G_HAVE_GROWING_STACK 0
+#define G_GNUC_INTERNAL
+
#define G_THREADS_ENABLED
#define G_THREADS_IMPL_WIN32
typedef struct _GMutex* GStaticMutex;