mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
use c linkage for zlib
This commit is contained in:
parent
862e6778e5
commit
d8169b82d1
|
@ -42,7 +42,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|||
#include <cstring>
|
||||
#include <string>
|
||||
|
||||
extern C {
|
||||
#include <zlib.h>
|
||||
}
|
||||
|
||||
#include <detail/zip.hpp>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user