Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
743
stars
235
forks
source link
added missing WIN32_LEAN_AND_MEAN definition to demos #142
Closed
p01arst0rm closed 4 years ago
demo executables were missing WIN32_LEAN_AND_MEAN definitions, caused issues compiling on windows; this PR fixes this.