We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3caa8e + 5401660 commit 6ec0905Copy full SHA for 6ec0905
src/objectc.c
@@ -20,7 +20,7 @@
20
#include <stdio.h>
21
#include <string.h>
22
23
-#if !defined(_MSC_VER) || _MSC_VER >= 1700
+#if !defined(_MSC_VER) || _MSC_VER >= 1800
24
#include <inttypes.h>
25
#endif
26
0 commit comments