Second part of prior commit

r14.0.x
Timothy Pearson 11 years ago
parent 9e9e51c2eb
commit 77c77a82c1

@ -27,6 +27,11 @@
#include <swversion.h>
#include <swdisp.h>
#ifdef CLUCENE_V2
// CLucene no longer lists the following functions in its headers
extern size_t lucene_utf8towcs(wchar_t *, const char *, size_t maxslen);
extern size_t lucene_wcstoutf8 (char *, const wchar_t *, size_t maxslen);
#endif // CLUCENE_V2
class CSwordBackend;

Loading…
Cancel
Save