Adding missing "extern" from SEXP_API definition.

Fixes issue #197.
This commit is contained in:
Alex Shinn 2013-10-03 09:34:43 +09:00
parent 179aea56a0
commit 8ddee1f704

View file

@ -709,7 +709,7 @@
#define SEXP_API __declspec(dllimport)
#endif
#else
#define SEXP_API
#define SEXP_API extern
#endif
/************************************************************************/