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.
This commit is contained in:
parent
1865011b7f
commit
7cb41b6561
@ -1,31 +1,22 @@
|
|||||||
/* gdkconfig.h
|
/* gdkconfig.h
|
||||||
*
|
*
|
||||||
* This is a pre-generated file.
|
* This is a generated file. Please modify `configure.ac'
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef GDKCONFIG_H
|
#ifndef __GDKCONFIG_H__
|
||||||
#define GDKCONFIG_H
|
#define __GDKCONFIG_H__
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
extern "C" {
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif /* __cplusplus */
|
#endif
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
|
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_WINDOWING_WIN32
|
||||||
|
|
||||||
#define GDK_HAVE_WCHAR_H 1
|
G_END_DECLS
|
||||||
#define GDK_HAVE_WCTYPE_H 1
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#endif /* __GDKCONFIG_H__ */
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#endif /* GDKCONFIG_H */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user