forked from mia/Aegisub
Remove useless __WINDOWS__ wrap around USE_UNIVCHARSET
Originally committed to SVN as r1943.
This commit is contained in:
parent
175418c59a
commit
8c7eb8f404
1 changed files with 0 additions and 3 deletions
|
@ -41,12 +41,9 @@
|
|||
#include <string>
|
||||
#include "text_file_reader.h"
|
||||
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#ifdef WITH_UNIVCHARDET
|
||||
#include "charset_detect.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
Loading…
Reference in a new issue