mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 03:23:52 +00:00
Working release build
This commit is contained in:
parent
f85674da9b
commit
425ea4df34
34 changed files with 4332 additions and 4586 deletions
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; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue