Faucet/Minecraft.Client/compat_shims.cpp
2026-03-09 16:37:23 +11:00

5 lines
126 B
C++

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