Skip to content

Since adding AF_UNIX support, the Win 10 SDK minimum version has increased #2143

Closed
@thomasmfields

Description

@thomasmfields

I just wanted to mention that since you have added AF_UNIX support on Windows via #2115, this now means that you need Windows SDK 10 (v10.0.17763.0) or later to successfully build.

My application depends on Windows SDK 10 (v10.0.14393.0) and no longer builds with the new version of cpp-httplib. You get:

HttpBuildFailure\httplib.h(196,10): fatal error C1083: Cannot open include file: 'afunix.h': No such file or directory

Would it be possible to add a #define to disable AF_UNIX support so I can toggle it off locally to avoid having to update Win10 SDK?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions