home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / Dia_0.94 / dia-setup-0.94.exe / gdkconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-02-06  |  372 b   |  25 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.  
  14. #define GDK_WINDOWING_WIN32
  15.  
  16. #define GDK_HAVE_WCHAR_H 1
  17. #define GDK_HAVE_WCTYPE_H 1
  18. #define GDK_HAVE_BROKEN_WCTYPE 1
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif /* __cplusplus */
  23.  
  24. #endif /* GDKCONFIG_H */
  25.