`#define dllimport` inside [cpprest_compat.h](https://github.com/microsoft/cpprestsdk/blob/80444805898842f7e5c62b256337c0897eb254bb/Release/include/cpprest/details/cpprest_compat.h) breaks [curl.h](https://github.com/curl/curl/blob/bfbde883af33397943df68a3ae01847a634d33bf/include/curl/curl.h#L120) on Clang 14. See minimized example here: [godbolt](https://godbolt.org/z/T6nxGY4cz) The issue was initially [reported to LLVM](https://github.com/llvm/llvm-project/issues/53269). The LLVM issue was closed. For the reason, see these comments: [comment1](https://github.com/llvm/llvm-project/issues/53269#issuecomment-1158813473) and [comment2](https://github.com/llvm/llvm-project/issues/53269#issuecomment-1161732686).