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
|
||||
#define API __declspec(dllexport)
|
||||
#else
|
||||
#if DEBUG
|
||||
#define API __attribute__((visibility("visible")))
|
||||
#else
|
||||
#define API __attribute__((visibility("visible")))
|
||||
#endif
|
||||
#define API __attribute__((visibility("default")))
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in a new issue