diff options
-rw-r--r-- | patches/windows_headers.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/windows_headers.patch b/patches/windows_headers.patch index cfbed95..0e9428c 100644 --- a/patches/windows_headers.patch +++ b/patches/windows_headers.patch | |||
@@ -19,7 +19,7 @@ diff -u include/openssl.orig/dtls1.h include/openssl/dtls1.h | |||
19 | #include <openssl/opensslfeatures.h> | 19 | #include <openssl/opensslfeatures.h> |
20 | /* crypto/opensslconf.h.in */ | 20 | /* crypto/opensslconf.h.in */ |
21 | 21 | ||
22 | +#if defined(_MSC_VER) && !defined(__attribute__) | 22 | +#if defined(_MSC_VER) && !defined(__clang__) && !defined(__attribute__) |
23 | +#define __attribute__(a) | 23 | +#define __attribute__(a) |
24 | +#endif | 24 | +#endif |
25 | + | 25 | + |