gtk.h 197 字节
Newer Older
1 2 3 4 5 6 7 8
#ifndef _PERF_GTK_H_
#define _PERF_GTK_H_ 1

#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#include <gtk/gtk.h>
#pragma GCC diagnostic error "-Wstrict-prototypes"

#endif /* _PERF_GTK_H_ */