1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-17 20:58:07 +02:00

Try to fix msvc compilation

This commit is contained in:
nordsoft 2023-01-19 03:12:25 +04:00
parent 6f6f75793b
commit ed519204e8

View File

@ -98,6 +98,8 @@ static_assert(sizeof(bool) == 1, "Bool needs to be 1 byte in size.");
# define NO_STD_TOSTRING // android runtime (gnustl) currently doesn't support std::to_string, so we provide our impl in this case
#endif // VCMI_ANDROID
#define NOGDI
/* ---------------------------------------------------------------------------- */
/* A macro to force inlining some of our functions */
/* ---------------------------------------------------------------------------- */