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 a67bf22 commit c3458c9Copy full SHA for c3458c9
1 file changed
ini.c
@@ -7,6 +7,10 @@ home page for more info:
7
8
*/
9
10
+#ifdef _MSC_VER
11
+#define _CRT_SECURE_NO_WARNINGS
12
+#endif
13
+
14
#include <stdio.h>
15
#include <ctype.h>
16
#include <string.h>
0 commit comments