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.
1 parent f3caa8e commit 5401660Copy full SHA for 5401660
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