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