mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02: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:
committed by
Tor Lillqvist
parent
8bad5bfa3b
commit
9153616cf5
@@ -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;
|
||||
|
Reference in New Issue
Block a user