build fix
authorsubhransu mohanty <sub.mohanty@samsung.com>
Fri, 12 Jul 2019 06:51:58 +0000 (15:51 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 18 Jul 2019 11:04:28 +0000 (20:04 +0900)
inc/rlottie.h
inc/rlottiecommon.h

index 6405986..0795615 100644 (file)
 #include <vector>
 #include <memory>
 
-#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<std::integral_constant<Property, Property::TrScale>>:
 
 }  // namespace lotplayer
 
-#undef LOT_EXPORT
-#define LOT_EXPORT
-
 #endif  // _RLOTTIE_H_
index 946f65d..8355de1 100644 (file)
 #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_