forked from AuroraMiddleware/gtk
8e2ef4982b
2008-06-20 Hans Breuer <hans@breuer.org> * gtk/gtkmenuitem.c gtk/gtkmessagedialog.c gtk/gtkplug.c : must return a value of the appropriate type with g_return_val_if_fail * gdk/gdkconfig.h.win32 : add the GSEAL definition here as well * gtk/gtkfilesystem.c : don't add the "File System" on win32 * tests/makefile.msc : remove broken autotestfile(system|chooser) from build svn path=/trunk/; revision=20657
32 lines
558 B
Plaintext
32 lines
558 B
Plaintext
/* gdkconfig.h
|
|
*
|
|
* This is a pre-generated file.
|
|
*/
|
|
|
|
#ifndef GDKCONFIG_H
|
|
#define GDKCONFIG_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
#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
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* GDKCONFIG_H */
|