aboutsummaryrefslogtreecommitdiff
path: root/patches/windows_headers.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop disabling __attribute__ on Windows with Clangkinichiro2022-04-291-1/+1
| | | | | | | | | On Windows with targeting the MSVC ABI, Clang will define _MSC_VER, and does not treat __attribute__ as a macro. Clang's builtin headers (e.g. immintrin.h) use __attribute__ liberally, and do not expect it to be ifdef-ed away. Suggested from Nicholas Hutchinson by github issue.
* rebase patchesBrent Cook2022-02-271-5/+4
|
* Suppress "overriding WinCrypt defines" warningsNobuyoshi Nakada2018-07-291-1/+1
| | | | | Suppress "overriding WinCrypt defines" from openssl/x509.h by defining `NOCRYPT`. Only this file does not check `__WINCRYPT_H__` macro like other headers, since https://github.com/libressl-portable/portable/commit/5d8a1cf7155130bd8101090d7e1d0c2f90d9b123#diff-74b6370bc092dd2988ab577b2eaa21dcR7
* rebase patches on latest, remove fuzzBrent Cook2017-07-171-10/+9
|
* update windows header patchesBrent Cook2016-11-041-3/+3
|
* rebase windows headers patchBrent Cook2015-12-071-16/+16
|
* revise how headers are patched for windows, remove sed scriptsBrent Cook2015-09-211-0/+100