浏览代码

Disable CRT warnings on windows

Sergey Lyubka 11 年之前
父节点
当前提交
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>