diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-02-11 18:05:16 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-02-11 18:07:05 +0800 |
commit | 7cb41b65617a34b12148094a32bcfb2854d97ba6 (patch) | |
tree | a444dbd35b6ccb35c4d4a03a7bfe67e11d3f9949 /gdk/gdkconfig.h.win32 | |
parent | 1865011b7fe884ecef4bbca93de6fd0d34bd9209 (diff) | |
download | gtk+-7cb41b65617a34b12148094a32bcfb2854d97ba6.tar.gz |
gdk/gdkconfig.h.win32: Make it more up-to-date
Make this pre-configured file to be more like the one used by the existing
X11 version, but using GDK_WINDOWING_WIN32 for obvious reasons.
Diffstat (limited to 'gdk/gdkconfig.h.win32')
-rw-r--r-- | gdk/gdkconfig.h.win32 | 33 |
1 files changed, 12 insertions, 21 deletions
diff --git a/gdk/gdkconfig.h.win32 b/gdk/gdkconfig.h.win32 index 7bd668e81e..c941eb86a0 100644 --- a/gdk/gdkconfig.h.win32 +++ b/gdk/gdkconfig.h.win32 @@ -1,31 +1,22 @@ /* gdkconfig.h * - * This is a pre-generated file. + * This is a generated file. Please modify `configure.ac' */ -#ifndef GDKCONFIG_H -#define GDKCONFIG_H +#ifndef __GDKCONFIG_H__ +#define __GDKCONFIG_H__ -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) +#error "Only <gdk/gdk.h> can be included directly." +#endif -#ifndef GSEAL -/* introduce GSEAL() here for all of Gdk and Gtk+ without the need to modify GLib */ -# ifdef GSEAL_ENABLE -# define GSEAL(ident) _g_sealed__ ## ident -# else -# define GSEAL(ident) ident -# endif -#endif /* !GSEAL */ +#include <glib.h> + +G_BEGIN_DECLS -#define GDK_WINDOWING_WIN32 -#define GDK_HAVE_WCHAR_H 1 -#define GDK_HAVE_WCTYPE_H 1 +#define GDK_WINDOWING_WIN32 -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS -#endif /* GDKCONFIG_H */ +#endif /* __GDKCONFIG_H__ */ |