diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:00:51 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:00:51 +0000 |
commit | 1ecdfbe3b855b1f13bcddccc20135f7e35f171a6 (patch) | |
tree | 253b431bc06ce806ee47aa7b7c4285da8c5503d6 /src/htsbase.h | |
parent | 4aec03f2cbabc19cf31e7d6f9fdcd6c84cfa861e (diff) |
httrack 3.43.12
Diffstat (limited to 'src/htsbase.h')
-rw-r--r-- | src/htsbase.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/htsbase.h b/src/htsbase.h index e3aec57..7340598 100644 --- a/src/htsbase.h +++ b/src/htsbase.h @@ -48,16 +48,13 @@ extern "C" { #include <string.h> #include <time.h> -#ifdef HAVE_UNISTD_H +#ifndef _WIN32 #include <unistd.h> #endif -#if ( defined(_WIN32) ||defined(HAVE_SYS_TYPES_H) ) #include <sys/types.h> -#endif -#ifdef HAVE_SYS_STAT_H #include <sys/stat.h> -#endif -#ifdef HAVE_DLFCN_H + +#ifndef _WIN32 #include <dlfcn.h> #endif |