mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
config.h.win32.in: Clean up a bit
Remove the HAVE_*INLINE items from here as well, since 'inline' is unconditionally defined in gmacros.h.
This commit is contained in:
@@ -55,23 +55,6 @@
|
|||||||
/* Define to the GLIB minor version */
|
/* Define to the GLIB minor version */
|
||||||
#define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
|
#define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
|
||||||
|
|
||||||
/* Have inline keyword */
|
|
||||||
#ifndef _MSC_VER
|
|
||||||
#define G_HAVE_INLINE 1
|
|
||||||
#else /* _MSC_VER */
|
|
||||||
/* #undef G_HAVE_INLINE */
|
|
||||||
#endif /* _MSC_VER */
|
|
||||||
|
|
||||||
/* Have __inline keyword */
|
|
||||||
#define G_HAVE___INLINE 1
|
|
||||||
|
|
||||||
/* Have __inline__ keyword */
|
|
||||||
#if !defined(_MSC_VER) && !defined(__DMC__)
|
|
||||||
#define G_HAVE___INLINE__ 1
|
|
||||||
#else /* _MSC_VER or __DMC__ */
|
|
||||||
/* #undef G_HAVE___INLINE__ */
|
|
||||||
#endif /* _MSC_VER or __DMC__ */
|
|
||||||
|
|
||||||
/* A 'va_copy' style function */
|
/* A 'va_copy' style function */
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#define G_VA_COPY va_copy
|
#define G_VA_COPY va_copy
|
||||||
|
Reference in New Issue
Block a user