]> Pileus Git - ~andy/gtk/blob - gdk/gdkconfig.h.win32
Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makes
[~andy/gtk] / gdk / gdkconfig.h.win32
1 /* gdkconfig.h
2  *
3  * This is a pre-generated file.
4  */
5
6 #ifndef GDKCONFIG_H
7 #define GDKCONFIG_H
8
9 #ifdef __cplusplus
10 extern "C" {
11 #endif /* __cplusplus */
12
13 #ifndef GSEAL
14 /* introduce GSEAL() here for all of Gdk and Gtk+ without the need to modify GLib */
15 #  ifdef GSEAL_ENABLE
16 #    define GSEAL(ident)      _g_sealed__ ## ident
17 #  else
18 #    define GSEAL(ident)      ident
19 #  endif
20 #endif /* !GSEAL */
21
22 #define GDK_NATIVE_WINDOW_POINTER
23
24 #define GDK_WINDOWING_WIN32
25
26 #define GDK_HAVE_WCHAR_H 1
27 #define GDK_HAVE_WCTYPE_H 1
28
29 #ifdef __cplusplus
30 }
31 #endif /* __cplusplus */
32
33 #endif /* GDKCONFIG_H */