You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
653 B

  1. /* gdkconfig.h
  2. *
  3. * This is a generated file. Please modify `configure.in'
  4. */
  5. #ifndef GDKCONFIG_H
  6. #define GDKCONFIG_H
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif /* __cplusplus */
  10. #ifndef GSEAL
  11. /* introduce GSEAL() here for all of Gdk and Gtk+ without the need to modify GLib */
  12. # ifdef GSEAL_ENABLE
  13. # define GSEAL(ident) _g_sealed__ ## ident
  14. # else
  15. # define GSEAL(ident) ident
  16. # endif
  17. #endif /* !GSEAL */
  18. #define GDK_NATIVE_WINDOW_POINTER
  19. #define GDK_WINDOWING_WIN32
  20. #define GDK_HAVE_WCHAR_H 1
  21. #define GDK_HAVE_WCTYPE_H 1
  22. #define GDK_HAVE_BROKEN_WCTYPE 1
  23. #ifdef __cplusplus
  24. }
  25. #endif /* __cplusplus */
  26. #endif /* GDKCONFIG_H */