config.h.win32.in glib/galloca.h glib/gbacktrace.h glib/gwin32.c

2007-01-17  Tor Lillqvist  <tml@novell.com>

	* config.h.win32.in
	* glib/galloca.h
	* glib/gbacktrace.h
	* glib/gwin32.c
	* glibconfig.h.win32.in
	* README.win32: More minor tweaks for Digital Mars
	compiler. (#346808, Serhat Sevki Dincer)


svn path=/trunk/; revision=5294
This commit is contained in:
Tor Lillqvist
2007-01-18 19:05:21 +00:00
committed by Tor Lillqvist
parent 4651177384
commit 98a5ddc4c8
7 changed files with 44 additions and 36 deletions

View File

@@ -108,26 +108,17 @@ typedef unsigned int gsize;
#define G_HAVE_INLINE 1
#endif /* _MSC_VER */
#define G_HAVE___INLINE 1
#ifndef _MSC_VER
#if !defined(_MSC_VER) && !defined(__DMC__)
#define G_HAVE___INLINE__ 1
#endif /* not _MSC_VER */
#endif /* !_MSC_VER and !__DMC__ */
#endif /* !__cplusplus */
#ifdef __cplusplus
#if defined(__cplusplus) || !defined(_MSC_VER)
#define G_CAN_INLINE 1
#else /* !__cplusplus */
#ifndef _MSC_VER
#define G_CAN_INLINE 1
#endif
#endif
#ifndef _MSC_VER
#ifndef __cplusplus
# define G_HAVE_ISO_VARARGS 1
#endif
#ifdef __cplusplus
# define G_HAVE_ISO_VARARGS 1
#endif
#define G_HAVE_ISO_VARARGS 1
/* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
* is passed ISO vararg support is turned off, and there is no work