📄 config-wrapper.h
字号:
// Include a platform-specific configuration file
// ----------------------------------------------
// $Id: config-wrapper.h,v 1.3 2004/06/16 12:25:41 hecht Exp $
// This wrapper is necessary for platforms where the configure script
// does not run.
#ifndef CONFIG_WRAPPER_H
#define CONFIG_WRAPPER_H
#ifdef __MWERKS__
#include "config-macos9.h"
#else
#include <config.h>
#endif
#endif // CONFIG_WRAPPER_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -