]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Revert "Remove unnecessary windows.h include"
authorNiLuJe <ninuje@gmail.com>
Sun, 22 Dec 2013 22:05:24 +0000 (23:05 +0100)
committerNiLuJe <ninuje@gmail.com>
Sun, 22 Dec 2013 22:05:24 +0000 (23:05 +0100)
commit819f5c58a8a806f2ae683c8d7b15e4886add30d6
treeeb9ff3790c89527e05188e493828d297550210d5
parentcd1740912b18f748a4f9b491a32b44c1712a7478
Revert "Remove unnecessary windows.h include"

This reverts commit e6d1e13b2880ab0e6166e5ed168df7e6e0de943b.

We do need this (for the CLI tools).

Fixes a build failure on MinGW:
  CC       tar/bsdtar-bsdtar.o
In file included from tar/bsdtar_platform.h:62:0,
                 from tar/bsdtar.c:26:
./libarchive/archive_entry.h:250:64: error: unknown type name 'BY_HANDLE_FILE_INFORMATION'
 __LA_DECL void archive_entry_copy_bhfi(struct archive_entry *, BY_HANDLE_FILE_INFORMATION *);
                                                                ^
libarchive/archive_entry.h