We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a45ee commit 2540bceCopy full SHA for 2540bce
1 file changed
src/include/ndpi_win32.h
@@ -57,6 +57,7 @@
57
#define strncasecmp _strnicmp
58
#define strcasecmp _stricmp
59
#define strdup _strdup
60
+#define access _access
61
#endif
62
63
#ifndef F_OK
0 commit comments