#pragma once #include #include "vcpkg_Chrono.h" #include "vcpkg_Util.h" namespace vcpkg { struct GlobalState { static Util::LockGuarded timer; static std::atomic debugging; static std::atomic feature_packages; static std::atomic g_init_console_cp; static std::atomic g_init_console_output_cp; }; }