From 9d822fe4b1c8b822ed90e6894b0f4490afda4f91 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 6 Dec 2008 06:18:46 +0000 Subject: [PATCH] Structure declarations can't be dllexported. --- lib/libarchive/archive_entry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libarchive/archive_entry.h b/lib/libarchive/archive_entry.h index 4e78dbe91870..93925a94bd50 100644 --- a/lib/libarchive/archive_entry.h +++ b/lib/libarchive/archive_entry.h @@ -441,7 +441,7 @@ __LA_DECL int archive_entry_xattr_next(struct archive_entry *, * Note that archive_entry_size() is reset to zero if the file * body should not be written to the archive. Pay attention! */ -__LA_DECL struct archive_entry_linkresolver; +struct archive_entry_linkresolver; /* * There are three different strategies for marking hardlinks.