mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 03:11:08 -06: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.