Kernel  |  3.4

下载     查看原文件
C++程序  |  9行  |  197 B
#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_ */