summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 08:48:42 -0500
committermidipix <writeonce@midipix.org>2016-11-19 08:48:42 -0500
commitce8faba76b295076bf3781f8c3441bffcd7f69d6 (patch)
treebe449cb0dd3a0f179ce9ac66c680f43d070c0aea /include
parent3ec8e90fae48f4cdf99a2575171c04631c2cf205 (diff)
downloadpemagine-ce8faba76b295076bf3781f8c3441bffcd7f69d6.tar.bz2
pemagine-ce8faba76b295076bf3781f8c3441bffcd7f69d6.tar.xz
pe_api.h: fix export/import inconsistency.
Diffstat (limited to 'include')
-rw-r--r--include/pemagine/pe_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pemagine/pe_api.h b/include/pemagine/pe_api.h
index 923daa9..8a1e9f8 100644
--- a/include/pemagine/pe_api.h
+++ b/include/pemagine/pe_api.h
@@ -23,9 +23,9 @@
#endif
/* pe_api */
-#if defined (PE_BUILD)
+#if defined (PE_EXPORT)
#define pe_api pe_export
-#elif defined (PE_SHARED)
+#elif defined (PE_IMPORT)
#define pe_api pe_import
#elif defined (PE_STATIC)
#define pe_api