]> granicus.if.org Git - onig/commitdiff
define ONIGURUMA_EXPORT if EXPORT is defined in regint.h
authorK.Kosako <kosako@sofnec.co.jp>
Thu, 25 Jan 2018 04:49:45 +0000 (13:49 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Thu, 25 Jan 2018 04:49:45 +0000 (13:49 +0900)
src/regint.h

index 09447d136ef61b55b6a5c2ef8d857837c161d77b..b8904e40557e3a6103e00fdec64e64095ec7d8d6 100644 (file)
 #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__) || \