jstreamsconfig.h

来自「lucene in java大家一定听说过了」· C头文件 代码 · 共 16 行

H
16
字号
#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 + =
减小字号Ctrl + -
显示快捷键?