Index: dll/win32/shell32/shell32_main.h =================================================================== --- dll/win32/shell32/shell32_main.h (revision 61630) +++ dll/win32/shell32/shell32_main.h (working copy) @@ -134,8 +134,7 @@ static BOOL __inline SHELL_OsIsUnicode(void) { - /* if high-bit of version is 0, we are emulating NT */ - return !(GetVersion() & 0x80000000); + return true; } #define __SHFreeAndNil(ptr) \