#pragma once #include #include #include 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; }; }