Fix LLHTTP_EXPORT

This commit is contained in:
XMRig 2025-06-10 03:13:34 +07:00
parent 9a71190ca1
commit d4e57d9427
No known key found for this signature in database
GPG key ID: 446A53638BE94409

View file

@ -552,8 +552,6 @@ extern "C" {
#if defined(__wasm__)
#define LLHTTP_EXPORT __attribute__((visibility("default")))
#elif defined(_WIN32)
#define LLHTTP_EXPORT __declspec(dllexport)
#else
#define LLHTTP_EXPORT
#endif