Browse Source

Disable CRT warnings on windows

Sergey Lyubka 11 years ago
parent
commit
14649e6e47
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frozen.c

+ 2 - 0
frozen.c

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