mirror of
https://github.com/darlinghq/darling-libclosure.git
synced 2024-11-26 21:50:23 +00:00
Fix a compiler warning
This commit is contained in:
parent
3a6ab78bb1
commit
3f7acfe743
@ -11,7 +11,10 @@
|
||||
|
||||
#ifndef _BLOCK_PRIVATE_H_
|
||||
#define _BLOCK_PRIVATE_H_
|
||||
#define BLOCK_EXPORT
|
||||
|
||||
#ifndef BLOCK_EXPORT
|
||||
#define BLOCK_EXPORT extern
|
||||
#endif
|
||||
|
||||
#include <Availability.h>
|
||||
#include <AvailabilityMacros.h>
|
||||
|
Loading…
Reference in New Issue
Block a user