From 365ed101120dde072ba9ac6ebfdee48616cb4b51 Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Fri, 12 Jul 2019 15:51:58 +0900 Subject: [PATCH] build fix --- inc/rlottie.h | 7 ------- inc/rlottiecommon.h | 7 ------- 2 files changed, 14 deletions(-) diff --git a/inc/rlottie.h b/inc/rlottie.h index 6405986..0795615 100644 --- a/inc/rlottie.h +++ b/inc/rlottie.h @@ -23,10 +23,6 @@ #include #include -#ifdef LOT_EXPORT - #undef LOT_EXPORT -#endif - #if defined _WIN32 || defined __CYGWIN__ #ifdef LOT_BUILD #define LOT_EXPORT __declspec(dllexport) @@ -455,7 +451,4 @@ template<> struct MapType>: } // namespace lotplayer -#undef LOT_EXPORT -#define LOT_EXPORT - #endif // _RLOTTIE_H_ diff --git a/inc/rlottiecommon.h b/inc/rlottiecommon.h index 946f65d..8355de1 100644 --- a/inc/rlottiecommon.h +++ b/inc/rlottiecommon.h @@ -19,10 +19,6 @@ #ifndef _RLOTTIE_COMMON_H_ #define _RLOTTIE_COMMON_H_ -#ifdef LOT_EXPORT - #undef LOT_EXPORT -#endif - #if defined _WIN32 || defined __CYGWIN__ #ifdef LOT_BUILD #define LOT_EXPORT __declspec(dllexport) @@ -230,7 +226,4 @@ typedef struct LOTLayerNode { * @} */ -#undef LOT_EXPORT -#define LOT_EXPORT - #endif // _RLOTTIE_COMMON_H_ -- 2.34.1