Fix LLHTTP_EXPORT
This commit is contained in:
parent
9a71190ca1
commit
d4e57d9427
1 changed files with 0 additions and 2 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue