Skip to content
Snippets Groups Projects
Commit 8647c6cd authored by Daniel Pfeifer's avatar Daniel Pfeifer
Browse files

testEncoding: include <cmsys/ConsoleBuf.hxx> on Windows only

parent 21a6ed49
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment