home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / lib / gtk-2.0 / include / gdkconfig.h
Encoding:
C/C++ Source or Header  |  2010-03-06  |  653 b   |  36 lines

  1. /* gdkconfig.h
  2.  *
  3.  * This is a generated file.  Please modify `configure.in'
  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.  
  23. #define GDK_NATIVE_WINDOW_POINTER
  24.  
  25. #define GDK_WINDOWING_WIN32
  26.  
  27. #define GDK_HAVE_WCHAR_H 1
  28. #define GDK_HAVE_WCTYPE_H 1
  29. #define GDK_HAVE_BROKEN_WCTYPE 1
  30.  
  31. #ifdef __cplusplus
  32. }
  33. #endif /* __cplusplus */
  34.  
  35. #endif /* GDKCONFIG_H */
  36.