1/* gdkconfig.h
2 *
3 * This is a generated file.  Please modify `configure.ac'
4 */
5
6#ifndef __GDKCONFIG_H__
7#define __GDKCONFIG_H__
8
9#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
10#error "Only <gdk/gdk.h> can be included directly."
11#endif
12
13#include <glib.h>
14
15G_BEGIN_DECLS
16
17
18#define GDK_WINDOWING_WIN32
19#define GDK_WINDOWING_BROADWAY
20
21G_END_DECLS
22
23#endif  /* __GDKCONFIG_H__ */
24