libarchive: Guard bcyrpt.h with HAVE_BCRYPT_H
This commit is contained in:
parent
5333c04cd0
commit
0b82f51a30
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue