mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-22 20:26:17 +01:00
Cosmetics: move the G_GNUC_INTERNAL define to the same place where it is
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
This commit is contained in:
parent
8bad5bfa3b
commit
9153616cf5
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
@ -8,9 +8,6 @@
|
||||
#define __G_LIBCONFIG_H__
|
||||
|
||||
#include <glib/gmacros.h>
|
||||
#ifndef __GNUC__
|
||||
#define G_GNUC_INTERNAL /* wont have that */
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <float.h>
|
||||
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user