mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Oops!
This commit is contained in:
parent
439fac187a
commit
780dea6db1
@ -32,6 +32,8 @@
|
||||
#else
|
||||
#define FBUDF_API __declspec(dllimport)
|
||||
#endif
|
||||
#elif defined(DARWIN)
|
||||
#define FBUDF_API API_ROUTINE
|
||||
#else
|
||||
#define FBUDF_API
|
||||
#endif
|
||||
|
@ -17,7 +17,12 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#if defined(__cplusplus) && defined(DARWIN)
|
||||
#include "../jrd/common.h"
|
||||
#define EXPORT API_ROUTINE
|
||||
#else
|
||||
#define EXPORT
|
||||
#endif
|
||||
#define MATHERR matherr
|
||||
|
||||
#include <stdarg.h>
|
||||
|
Loading…
Reference in New Issue
Block a user