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:
parent
6f6f75793b
commit
ed519204e8
2
Global.h
2
Global.h
@ -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 */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user