Remove useless __WINDOWS__ wrap around USE_UNIVCHARSET

Originally committed to SVN as r1943.
This commit is contained in:
Amar Takhar 2008-03-07 00:34:45 +00:00
parent 175418c59a
commit 8c7eb8f404
1 changed files with 0 additions and 3 deletions

View File

@ -41,12 +41,9 @@
#include <string>
#include "text_file_reader.h"
#ifdef __WINDOWS__
#ifdef WITH_UNIVCHARDET
#include "charset_detect.h"
#endif
#endif
///////////////