#pragma once #define WIN32_LEAN_AND_MEAN #include namespace cmdArg { const inline wchar_t* RUN_NONELEVATED = L"-run-non-elevated"; }