mirror of https://github.com/odrling/Aegisub
Remove useless __WINDOWS__ wrap around USE_UNIVCHARSET
Originally committed to SVN as r1943.
This commit is contained in:
parent
175418c59a
commit
8c7eb8f404
|
@ -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 New Issue