mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-26 06:48:13 +05:00
Working release build
This commit is contained in:
5
Minecraft.Client/compat_shims.cpp
Normal file
5
Minecraft.Client/compat_shims.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma comment(lib, "legacy_stdio_definitions.lib")
|
||||
|
||||
namespace std {
|
||||
char const* _Winerror_map(int) { return nullptr; }
|
||||
}
|
||||
Reference in New Issue
Block a user