mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-22 20:34:08 +08:00

The `cmsys/Enconding.h` include had a typo in its surrounding ifdef, possibly causing a missing function declaration (`cmsysEncoding_DupToWide`). As this is C code, this resulted in the code compiling, but with a truncated return value, possibly causing crashes.