amarok_export.h
来自「Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 」· C头文件 代码 · 共 18 行
H
18 行
// Copyright: See COPYING file that comes with this distribution#ifndef _AMAROK_EXPORT_H_#define _AMAROK_EXPORT_H_#include <config.h>#ifdef __KDE_HAVE_GCC_VISIBILITY#define LIBAMAROK_NO_EXPORT __attribute__ ((visibility("hidden")))#define LIBAMAROK_EXPORT __attribute__ ((visibility("default")))#else#define LIBAMAROK_NO_EXPORT#define LIBAMAROK_EXPORT#endif #endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?