aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/compat_shims.cpp
blob: 8e401c03b31bfb509e44eb4b653801633db63033 (plain)
1
2
3
4
5
#pragma comment(lib, "legacy_stdio_definitions.lib")

namespace std {
    char const* _Winerror_map(int) { return nullptr; }
}