(svn r22502) -Fix (r22501): WIN32 compilation
This commit is contained in:
@@ -19,9 +19,7 @@
|
||||
#include "string_func.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef WIN32
|
||||
# define access _taccess
|
||||
#else
|
||||
#ifndef WIN32
|
||||
# include <unistd.h>
|
||||
#endif /* WIN32 */
|
||||
|
||||
|
Reference in New Issue
Block a user