From 75fd9086b99b5406c19061b49385fb38ddf67a9d Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 09:20:21 -0500 Subject: sofort_api.h: fix export/import inconsistency. --- include/sofort/sofort_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/sofort/sofort_api.h b/include/sofort/sofort_api.h index 26659fd..1303d3c 100644 --- a/include/sofort/sofort_api.h +++ b/include/sofort/sofort_api.h @@ -19,9 +19,9 @@ /* sfrt_api */ #ifndef SFRT_APP -#if defined (SFRT_BUILD) +#if defined (SFRT_EXPORT) #define sfrt_api sfrt_export -#elif defined (SFRT_SHARED) +#elif defined (SFRT_IMPORT) #define sfrt_api sfrt_import #elif defined (SFRT_STATIC) #define sfrt_api -- cgit v1.2.3