gtk.h 197 B

123456789
  1. #ifndef _PERF_GTK_H_
  2. #define _PERF_GTK_H_ 1
  3. #pragma GCC diagnostic ignored "-Wstrict-prototypes"
  4. #include <gtk/gtk.h>
  5. #pragma GCC diagnostic error "-Wstrict-prototypes"
  6. #endif /* _PERF_GTK_H_ */