From: K.Kosako Date: Thu, 25 Jan 2018 04:49:45 +0000 (+0900) Subject: define ONIGURUMA_EXPORT if EXPORT is defined in regint.h X-Git-Tag: v6.7.1^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e99abac605425a70a0675b6950245a3ff916e866;p=onig define ONIGURUMA_EXPORT if EXPORT is defined in regint.h --- diff --git a/src/regint.h b/src/regint.h index 09447d1..b8904e4 100644 --- a/src/regint.h +++ b/src/regint.h @@ -47,6 +47,12 @@ #endif #endif +#ifdef EXPORT +#ifndef ONIGURUMA_EXPORT +#define ONIGURUMA_EXPORT +#endif +#endif + #if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \ (defined(__ppc__) && defined(__APPLE__)) || \ defined(__x86_64) || defined(__x86_64__) || \