WsComponentPool/ECSMemoryPool/ecsmemorypool_global.h

14 lines
244 B
C
Raw Permalink Normal View History

2025-09-11 10:36:49 +00:00
#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(ECSMEMORYPOOL_LIB)
# define ECSMEMORYPOOL_EXPORT Q_DECL_EXPORT
# else
# define ECSMEMORYPOOL_EXPORT Q_DECL_IMPORT
# endif
#else
# define ECSMEMORYPOOL_EXPORT
#endif