diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-25 16:55:14 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-25 17:30:56 -0700 |
| commit | 67b9475ef29496508640f73410a10ecf737389eb (patch) | |
| tree | 4cfb67d1efa0528871a4d4c2a9b9589231f5e54e /toolsrc/include | |
| parent | af017922974c4612517fe9c512df7cdd1ac79b43 (diff) | |
| download | vcpkg-67b9475ef29496508640f73410a10ecf737389eb.tar.gz vcpkg-67b9475ef29496508640f73410a10ecf737389eb.zip | |
[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_GlobalState.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_GlobalState.h b/toolsrc/include/vcpkg_GlobalState.h index 8f47fa00f..6522a25bf 100644 --- a/toolsrc/include/vcpkg_GlobalState.h +++ b/toolsrc/include/vcpkg_GlobalState.h @@ -12,5 +12,8 @@ namespace vcpkg static Util::LockGuarded<ElapsedTime> timer; static std::atomic<bool> debugging; static std::atomic<bool> feature_packages; + + static std::atomic<int> g_init_console_cp; + static std::atomic<int> g_init_console_output_cp; }; }
\ No newline at end of file |
