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 can be included directly." +#endif + +#include + +G_BEGIN_DECLS -#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 */ #define GDK_WINDOWING_WIN32 -#define GDK_HAVE_WCHAR_H 1 -#define GDK_HAVE_WCTYPE_H 1 +G_END_DECLS -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* GDKCONFIG_H */ +#endif /* __GDKCONFIG_H__ */