Fix a compiler warning

This commit is contained in:
Lubos Dolezel 2017-02-28 17:51:22 +01:00
parent 3a6ab78bb1
commit 3f7acfe743

View File

@ -11,7 +11,10 @@
#ifndef _BLOCK_PRIVATE_H_ #ifndef _BLOCK_PRIVATE_H_
#define _BLOCK_PRIVATE_H_ #define _BLOCK_PRIVATE_H_
#define BLOCK_EXPORT
#ifndef BLOCK_EXPORT
#define BLOCK_EXPORT extern
#endif
#include <Availability.h> #include <Availability.h>
#include <AvailabilityMacros.h> #include <AvailabilityMacros.h>