Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
12 #ifndef WINVER // Specifies that the minimum required platform is Windows XP.
13 #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows.
16 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows XP.
17 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
clucene.sourceforge.net