Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: Remove the workaround using vsnprintf. (#8942)
This is not needed, the functions are both defined in legacy_stdio_definitions.cpp in the same way. So use snprintf directly. This partly reverts commit b293b01. But add Link(legacy_stdio_definitions), as that's where these functions reside now, since VS 2015. https://docs.microsoft.com/en-us/cpp/porting/visual-cpp-change-history-2003-2015?view=vs-2019#stdio_and_conio (This one is needed regardless of this change)
- Loading branch information