You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: