From: subhransu mohanty Date: Fri, 12 Jul 2019 06:51:58 +0000 (+0900) Subject: build fix X-Git-Tag: submit/tizen/20190719.015332~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=365ed101120dde072ba9ac6ebfdee48616cb4b51;p=platform%2Fcore%2Fuifw%2Flottie-player.git build fix --- 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_