mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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