mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
add missing check for POCO_NO_GCC_API_ATTRIBUTE
This commit is contained in:
parent
cc664cba89
commit
d588f86961
@ -50,7 +50,7 @@
|
||||
|
||||
|
||||
#if !defined(PDF_API)
|
||||
#if defined (__GNUC__) && (__GNUC__ >= 4)
|
||||
#if !defined(POCO_NO_GCC_API_ATTRIBUTE) && defined (__GNUC__) && (__GNUC__ >= 4)
|
||||
#define PDF_API __attribute__ ((visibility ("default")))
|
||||
#else
|
||||
#define PDF_API
|
||||
|
Loading…
Reference in New Issue
Block a user