浏览代码

Eliminate C4996 for access function under WIN32/WinRT

Lou Yihua 7 年之前
父节点
当前提交
31c2a48c01
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      common.h

+ 1 - 0
common.h

@@ -100,6 +100,7 @@
 #   define snprintf _snprintf
 #  endif
 #  define strdup _strdup
+#  define access _access
 #  pragma warning (disable:4244)
 # endif