mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
glib/glibconfig.h.win32.in: Clean up a bit further
Also get rid of the items regarding G_HAVE_*INLINE as they aren't used anymore as they are removed from configure.ac. Thanks to John Emmas and desrt for the earlier patch for getting rid of the C4005 warnings.
This commit is contained in:
parent
f2fb877ef7
commit
cfdd4cabe7
@ -172,18 +172,6 @@ typedef unsigned __int64 guintptr;
|
||||
#define G_VA_COPY va_copy
|
||||
#endif /* not _MSC_VER */
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define G_HAVE_INLINE 1
|
||||
#else /* !__cplusplus */
|
||||
#ifndef _MSC_VER
|
||||
#define G_HAVE_INLINE 1
|
||||
#endif /* _MSC_VER */
|
||||
#define G_HAVE___INLINE 1
|
||||
#if !defined(_MSC_VER) && !defined(__DMC__)
|
||||
#define G_HAVE___INLINE__ 1
|
||||
#endif /* !_MSC_VER and !__DMC__ */
|
||||
#endif /* !__cplusplus */
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#define G_HAVE_ISO_VARARGS 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user