From d4e57d942735c226b4fa43ebcf549fbaf4ddc75e Mon Sep 17 00:00:00 2001 From: XMRig Date: Tue, 10 Jun 2025 03:13:34 +0700 Subject: [PATCH] Fix LLHTTP_EXPORT --- src/3rdparty/llhttp/llhttp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/3rdparty/llhttp/llhttp.h b/src/3rdparty/llhttp/llhttp.h index 60544596..59707a5d 100644 --- a/src/3rdparty/llhttp/llhttp.h +++ b/src/3rdparty/llhttp/llhttp.h @@ -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