Define __STDC_FORMAT_MACROS in stdafx.h

pull/259/head
Jonathan G Rennison 3 years ago
parent 19b99ee687
commit 892feb1665

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

Loading…
Cancel
Save