Bugfix: Wrongly remembered visibility parameter
This commit is contained in:
parent
61f0bc880e
commit
57d765acd9
1 changed files with 1 additions and 5 deletions
|
@ -21,11 +21,7 @@ extern "C" {
|
||||||
#if MSVC
|
#if MSVC
|
||||||
#define API __declspec(dllexport)
|
#define API __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#if DEBUG
|
#define API __attribute__((visibility("default")))
|
||||||
#define API __attribute__((visibility("visible")))
|
|
||||||
#else
|
|
||||||
#define API __attribute__((visibility("visible")))
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
Loading…
Reference in a new issue