mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-06 15:42:38 -05:00
Fix LLHTTP_EXPORT
This commit is contained in:
2
src/3rdparty/llhttp/llhttp.h
vendored
2
src/3rdparty/llhttp/llhttp.h
vendored
@@ -552,8 +552,6 @@ extern "C" {
|
|||||||
|
|
||||||
#if defined(__wasm__)
|
#if defined(__wasm__)
|
||||||
#define LLHTTP_EXPORT __attribute__((visibility("default")))
|
#define LLHTTP_EXPORT __attribute__((visibility("default")))
|
||||||
#elif defined(_WIN32)
|
|
||||||
#define LLHTTP_EXPORT __declspec(dllexport)
|
|
||||||
#else
|
#else
|
||||||
#define LLHTTP_EXPORT
|
#define LLHTTP_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user