summaryrefslogtreecommitdiff
path: root/glibconfig.h.win32.in
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2004-10-29 20:58:04 +0000
committerHans Breuer <hans@src.gnome.org>2004-10-29 20:58:04 +0000
commitaa410edee6042a526559f0c534072013252cce52 (patch)
treec27d0131e9bfa62fcde8ec68a8e1049b82871cb9 /glibconfig.h.win32.in
parentdd028d11f6ab98cd41045957160d5ee4e6f74047 (diff)
downloadglib-aa410edee6042a526559f0c534072013252cce52.tar.gz
updated [and finally fixed my script to produce ready to go de-in(ed)
2004-10-29 Hans Breuer <hans@breuer.org> * glibconfig.h */makefile.msc.in : updated [and finally fixed my script to produce ready to go de-in(ed) files, w/o autotools] * */*.rc.in : updated copyrights to 2004 * glib/gutils.c : some CSIDL_* defines lacking from older SDK; use the same fallback mecahnism as on *NIX where ever applicable
Diffstat (limited to 'glibconfig.h.win32.in')
-rw-r--r--glibconfig.h.win32.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in
index 84ddda2dc..14008ba6f 100644
--- a/glibconfig.h.win32.in
+++ b/glibconfig.h.win32.in
@@ -8,7 +8,9 @@
#define __G_LIBCONFIG_H__
#include <glib/gmacros.h>
-
+#ifndef __GNUC__
+#define G_GNUC_INTERNAL /* wont have that */
+#endif
#include <limits.h>
#include <float.h>