build: drop Windows CE / CeGCC support#17927
Closed
vszakats wants to merge 45 commits into
Closed
Conversation
vszakats
marked this pull request as draft
July 15, 2025 00:31
vszakats
force-pushed
the
drop-wince
branch
2 times, most recently
from
July 15, 2025 13:51
1e610ad to
9dad283
Compare
vszakats
force-pushed
the
drop-wince
branch
2 times, most recently
from
July 15, 2025 16:44
1e03a17 to
c102925
Compare
vszakats
marked this pull request as ready for review
July 15, 2025 16:56
vszakats
force-pushed
the
drop-wince
branch
2 times, most recently
from
July 21, 2025 17:38
17a8703 to
58d3991
Compare
13 tasks
vszakats
force-pushed
the
drop-wince
branch
11 times, most recently
from
July 31, 2025 18:18
a909f66 to
0100825
Compare
vszakats
force-pushed
the
drop-wince
branch
3 times, most recently
from
August 12, 2025 09:52
7f071f5 to
e907f38
Compare
vszakats
force-pushed
the
drop-wince
branch
from
September 18, 2025 21:51
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.
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.
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.