build: drop support for VS2008 (Windows)#17931
Closed
vszakats wants to merge 8 commits into
Closed
Conversation
bagder
reviewed
Jul 15, 2025
MarcelRaad
approved these changes
Jul 15, 2025
13 tasks
7f23def to
a39e4fc
Compare
2eadd63 to
aa0e72f
Compare
aa0e72f to
149bf18
Compare
fallback not required for VS2010 and up. Also present in mingw-w64 v3+. And in OpenWatcom 2.
149bf18 to
dc56a81
Compare
vszakats
added a commit
that referenced
this pull request
Jan 28, 2026
curl requires `stdint.h` from C99, and no longer builds without it since v8.18.0 (after dropping VS2008 support). Assume it's available, drop feature checks. Also: - drop duplicate `stdint.h` includes. - introduce internal `HAVE_UINTPTR_T`, enabled by default. - OS400: disable `HAVE_UINTPTR_T`. - build: keep cmake pre-fill and `cmp-config.pl` exception because cmake and autotools both detect `stdint.h` implicitly. Co-authored-by: Dan Fandrich Ref: #20405 Ref: #20384 Follow-up to 2e1a045 #17931 Closes #20406
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.
Require Visual Studio 2010 or newer.
Ref: #15972
Follow-up to dc28bb8 #17798
Follow-up to 63e513b #17380
w/o ws https://github.com/curl/curl/pull/17931/files?w=1