libarchive: Guard bcyrpt.h with HAVE_BCRYPT_H

This commit is contained in:
Brad King 2015-10-21 11:16:29 -04:00
parent 5333c04cd0
commit 0b82f51a30
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
typedef CCHmacContext archive_hmac_sha1_ctx;
#elif defined(_WIN32) && !defined(__CYGWIN__)
#elif defined(_WIN32) && !defined(__CYGWIN__) && defined(HAVE_BCRYPT_H)
#include <bcrypt.h>
typedef struct {