(svn r22502) -Fix (r22501): WIN32 compilation

pull/155/head
glx 13 years ago
parent 45f05f2419
commit 3e1bafdc0d

@ -17,6 +17,7 @@
#include "tar_type.h"
#ifdef WIN32
#include <windows.h>
# define access _taccess
#elif defined(__HAIKU__)
#include <Path.h>
#include <storage/FindDirectory.h>

@ -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 */

Loading…
Cancel
Save