Second part of prior commit

(cherry picked from commit 77c77a82c1)
v3.5.13-sru
Timothy Pearson 11 years ago committed by Slávek Banko
parent cb287756a5
commit 1797f9b67c

@ -27,6 +27,11 @@
#include <swversion.h> #include <swversion.h>
#include <swdisp.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; class CSwordBackend;

Loading…
Cancel
Save