-
-
Notifications
You must be signed in to change notification settings - Fork 7k
build: drop Windows CE / CeGCC support #17927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
1e610ad to
9dad283
Compare
1e03a17 to
c102925
Compare
17a8703 to
58d3991
Compare
11 tasks
a909f66 to
0100825
Compare
7f071f5 to
e907f38
Compare
2b514c4 to
c3fcce1
Compare
This was added in autumn 2024, and probably not many people rely on it.
This reverts commit 9bdb47a.
To sync with two other calls already calling the non-forced symbol.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Windows CE support was limited to successful builds with ming32ce
(a toolchain that hasn't seen an update since 2009, using an ancient gcc
version and "old mingw"-style SDK headers, that curl deprecated earlier).
Builds with MSVC were broken for a long time. mingw32ce builds were never
actually tested and runtime and unlikely to work due to missing stubs.
Windows CE toolchains also miss to comply with C89. Paired with lack of
demand and support for the platform, curl deprecated it earlier.
This patch removes support from the codebase to ease maintaining Windows
codepaths.
Follow-up to f98c0ba #17924
Follow-up to 8491e65 #17379
Follow-up to 2a292c3 #15975
w/o ws https://github.com/curl/curl/pull/17927/files?w=1
__MINGW32CE__guard after.__MINGW32CE__guard after.CRYPT_E_*macro fallbacks, limit one to mingw32ce #18092 and delete the__MINGW32CE__guard after.__MINGW32CE__guard after.