]> Pileus Git - ~andy/gtk/blob - gdk/gdkconfig.h.win32
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
[~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 #ifdef _WIN64
23 #  define GDK_NATIVE_WINDOW_POINTER
24 #endif
25
26 #define GDK_WINDOWING_WIN32
27
28 #define GDK_HAVE_WCHAR_H 1
29 #define GDK_HAVE_WCTYPE_H 1
30
31 #ifdef __cplusplus
32 }
33 #endif /* __cplusplus */
34
35 #endif /* GDKCONFIG_H */