diff options
author | NiLuJe <ninuje@gmail.com> | 2013-12-22 23:13:14 +0100 |
---|---|---|
committer | NiLuJe <ninuje@gmail.com> | 2013-12-22 23:13:14 +0100 |
commit | 5920627efa87dd819c3defcf8283f36a41edbd63 (patch) | |
tree | 65c3a929c043407ec0548c88636d859e11a17705 /libarchive/archive_entry.h | |
parent | 819f5c58a8a806f2ae683c8d7b15e4886add30d6 (diff) | |
download | libarchive-5920627efa87dd819c3defcf8283f36a41edbd63.tar.gz |
Better fix.
Restore e6d1e13b2880ab0e6166e5ed168df7e6e0de943b,
and make sure that we include windows.h earlier for the CLI tools.
Diffstat (limited to 'libarchive/archive_entry.h')
-rw-r--r-- | libarchive/archive_entry.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h index 590b501a..2f7fc6d1 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -43,10 +43,6 @@ #include <stddef.h> /* for wchar_t */ #include <time.h> -#if defined(_WIN32) && !defined(__CYGWIN__) -#include <windows.h> -#endif - /* Get a suitable 64-bit integer type. */ #if defined(_WIN32) && !defined(__CYGWIN__) # define __LA_INT64_T __int64 |