mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
testEncoding: include <cmsys/ConsoleBuf.hxx> on Windows only
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <cmsys/ConsoleBuf.hxx>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
void setEncoding(cmsys::ConsoleBuf::Manager& buf, UINT codepage)
|
||||
|
||||
Reference in New Issue
Block a user