1198
1198
global _real_walkdirs_utf8
1199
1199
if _real_walkdirs_utf8 is None:
1200
1200
fs_encoding = _fs_enc.upper()
1202
1202
# Win98 doesn't have unicode apis like FindFirstFileW
1203
1203
# TODO: We possibly could support Win98 by falling back to the
1204
1204
# original FindFirstFile, and using TCHAR instead of WCHAR,