1#pragma comment(lib, "legacy_stdio_definitions.lib") 2 3namespace std { 4 char const* _Winerror_map(int) { return nullptr; } 5}