build fix

This commit is contained in:
subhransu mohanty
2019-07-12 15:51:58 +09:00
parent a0f0f3c4cc
commit a7e1cd39c8
2 changed files with 0 additions and 14 deletions

View File

@@ -23,10 +23,6 @@
#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_

View File

@@ -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_