mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-01 16:50:33 +00:00
build fix
This commit is contained in:
@@ -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_
|
||||
|
||||
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user