Add missing file.

main
David Chisnall 8 years ago
parent 1bc7ac26f8
commit a9acb9c5b6

@ -0,0 +1,9 @@
#if defined _WIN32 || defined __CYGWIN__
# ifdef __OBJC_RUNTIME_INTERNAL__
# define PUBLIC __attribute__((dllexport))
# else
# define PUBLIC __attribute__((dllimport))
# endif
#else
# define PUBLIC
#endif
Loading…
Cancel
Save