Define __STDC_FORMAT_MACROS in stdafx.h

This commit is contained in:
Jonathan G Rennison
2021-05-12 18:09:09 +01:00
parent 19b99ee687
commit 892feb1665

View File

@@ -52,6 +52,7 @@
# include <inttypes.h> # include <inttypes.h>
# else # else
# define __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS
# define __STDC_FORMAT_MACROS
# include <stdint.h> # include <stdint.h>
# endif # endif
#endif #endif