8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 20:03:03 +01:00

Fixed Mac build

This commit is contained in:
alexpeshkoff 2014-08-12 15:10:52 +00:00
parent b224a448e8
commit 8b94f35e0f

View File

@ -27,7 +27,7 @@
#ifndef FB_EXPORTED
#if defined(DARWIN)
#define FB_EXPORTED API_ROUTINE
#define FB_EXPORTED __attribute__((visibility("default")))
#else
#define FB_EXPORTED
#endif // OS choice (DARWIN)