#pragma once #include namespace utils { std::string GetWinErrorText(DWORD dwError); std::string GetLastErrorStr(); } // namespace utils