📄 jstreamsconfig.h
字号:
#ifndef JSTREAMS_JSTREAMCONFIG_H
#define JSTREAMS_JSTREAMCONFIG_H
#include "CLucene/StdHeader.h"
#if !defined(_CLCOMPILER_MSVC) && !defined(__BORLANDC__)
//just a bad guess at which compilers have the config.h
#include "CLucene/clucene-config-contrib.h"
#endif
#if !defined(ICONV_CONST) && defined(_CL_ICONV_CONST)
#define ICONV_CONST _CL_ICONV_CONST
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -