windows: drop CRYPT_E_* macro fallbacks, limit one to mingw32ce#18092
Closed
vszakats wants to merge 7 commits intocurl:masterfrom
Closed
windows: drop CRYPT_E_* macro fallbacks, limit one to mingw32ce#18092vszakats wants to merge 7 commits intocurl:masterfrom
CRYPT_E_* macro fallbacks, limit one to mingw32ce#18092vszakats wants to merge 7 commits intocurl:masterfrom
Conversation
…w/msvc" This reverts commit 4198706. Not in mingw32ce.
CRYPTO_E_* macro fallbacksCRYPTO_E_* macro fallbacks, limit one to mingw32ce
4 tasks
CRYPTO_E_* macro fallbacks, limit one to mingw32ceCRYPT_E_* macro fallbacks, limit one to mingw32ce
Member
Author
|
Tested OK with VS2008: https://ci.appveyor.com/project/curlorg/curl/builds/52486466 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
They are defined by all mingw-w64 versions and all supported MSVC
versions (VS2008 and up).
Also by OpenWatcom 2:
https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/winerror.mh
mingw32ce misses
CRYPT_E_NOT_IN_REVOCATION_DATABASE.