Fix compilation of vf_fspp on OSX

OSX mangles symbols with "_".
This commit is contained in:
wm4 2012-07-31 22:32:19 +02:00
parent 89a17bcda6
commit 0744d99c5d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#define attribute_used
#endif
#if _WIN32
#if defined(_WIN32) || defined(__DARWIN)
#define EXTERN_PREFIX "_"
#else
#define EXTERN_PREFIX ""