testEncoding: include <cmsys/ConsoleBuf.hxx> on Windows only
This commit is contained in:
parent
21a6ed49f2
commit
8647c6cd68
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user