mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
add missing check for POCO_NO_GCC_API_ATTRIBUTE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user