]> wimlib.net Git - wimlib/blobdiff - src/split.c
Char encoding updates and misc. fixes
[wimlib] / src / split.c
index 385dc2a604412e6fe663f03bf79f28a4ccdd2e42..71b32cefe95ed31f60283b409e9851f12dacc6cd 100644 (file)
 #include "xml.h"
 #include "buffer_io.h"
 
-#if TCHAR_IS_UTF16LE
-#  include <wchar.h>
-#endif
-
 struct split_args {
        WIMStruct *w;
        tchar *swm_base_name;