2
0
Эх сурвалжийг харах

Disable CRT warnings on windows

Sergey Lyubka 11 жил өмнө
parent
commit
14649e6e47
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      frozen.c

+ 2 - 0
frozen.c

@@ -15,6 +15,8 @@
 // Alternatively, you can license this library under a commercial
 // license, as set out in <http://cesanta.com/products.html>.
 
+#define _CRT_SECURE_NO_WARNINGS // Disable deprecation warning in VS2005+
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>