Browse Source

Eliminate C4996 for access function under WIN32/WinRT

Lou Yihua 6 years ago
parent
commit
31c2a48c01
1 changed files with 1 additions and 0 deletions
  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