ActWorld/MapPresent/mappresent_global.h

14 lines
232 B
C
Raw Permalink Normal View History

2025-10-10 16:56:47 +00:00
#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(MAPPRESENT_LIB)
# define MAPPRESENT_EXPORT Q_DECL_EXPORT
# else
# define MAPPRESENT_EXPORT Q_DECL_IMPORT
# endif
#else
# define MAPPRESENT_EXPORT
#endif