okay what the fuck

This commit is contained in:
Pietro Gagliardi 2019-05-27 11:36:59 -04:00
parent 79ecadb909
commit b3f2214f3e
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ extern "C" {
#endif
// TODO WHY IS THIS NEEDED?!?!?!?!!?!??!Q https://stackoverflow.com/questions/15610053/correct-printf-format-specifier-for-size-t-zu-or-iu SAYS THAT VS2013 DOES SUPPORT %zu
#ifdef _MSC_VER
// TODO AND WHY IS MINGW AFFECTED?!?!?!?!
#ifdef _WIN32
#define uiprivSizetPrintf "Iu"
#else
#define uiprivSizetPrintf "zu"