diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-08-25 17:35:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-25 17:35:03 -0700 |
| commit | f578dd6d072800f9e8ce11f3cc527bbe3e6c24dc (patch) | |
| tree | 4cfb67d1efa0528871a4d4c2a9b9589231f5e54e /toolsrc/include | |
| parent | 98ee8a949ad4bfdfa9bf0411b552a23c923eaff7 (diff) | |
| parent | 67b9475ef29496508640f73410a10ecf737389eb (diff) | |
| download | vcpkg-f578dd6d072800f9e8ce11f3cc527bbe3e6c24dc.tar.gz vcpkg-f578dd6d072800f9e8ce11f3cc527bbe3e6c24dc.zip | |
Merge pull request #1682 from Mixaill/fix-1660
[vcpkg] use UTF-8 for console input/output
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 |
