From 76b8d42c1cc67656d6f287bd99d9ccbc72f83707 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 29 Sep 2010 14:34:31 +0200 Subject: [PATCH] Backed out changeset: ef1676f25a63 --- glibconfig.h.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 glibconfig.h.patch diff --git a/glibconfig.h.patch b/glibconfig.h.patch deleted file mode 100644 index b4e10ed1..00000000 --- a/glibconfig.h.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- glibconfig.h.orig 2010-09-27 22:23:56 +0000 -+++ glibconfig.h 2010-09-29 01:31:32 +0000 -@@ -107,9 +107,13 @@ - #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 */ - - #ifdef __cplusplus