mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
5 lines
126 B
C++
5 lines
126 B
C++
|
|
#pragma comment(lib, "legacy_stdio_definitions.lib")
|
||
|
|
|
||
|
|
namespace std {
|
||
|
|
char const* _Winerror_map(int) { return nullptr; }
|
||
|
|
}
|