Cosmetics.

This commit is contained in:
Bartosz Taudul 2021-06-19 12:33:16 +02:00
parent 8e5a53a191
commit c69cf5bd3f
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1,5 +1,5 @@
#ifdef _MSC_VER
# pragma warning( disable: 4244 ) // conversion from don't care to whatever, possible loss of data
# pragma warning( disable: 4244 ) // conversion from don't care to whatever, possible loss of data
#endif
#ifdef __MINGW32__
# define __STDC_FORMAT_MACROS