curl / curl-for-win

Reproducible curl binaries for Linux, macOS and Windows
https://curl.se/windows/
MIT License
686 stars 207 forks source link

mk-nghttp2.bat: fix missing exports issue in libcurl.dll #4

Closed vszakats closed 8 years ago

vszakats commented 8 years ago

where only nghttp2-related symbols get exported when nghttp2 lib is linked to it. Build nghttp2 libs with -DNGHTTP2_STATICLIB so the functions are declared without __declspec(dllexport) like the rest of functions from libcurl and libssh2.