SimsWorld/SimsBasic/simsbasic_global.h

14 lines
228 B
C
Raw Permalink Normal View History

2025-05-25 04:43:37 +00:00
#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(SIMSBASIC_LIB)
# define SIMSBASIC_EXPORT Q_DECL_EXPORT
# else
# define SIMSBASIC_EXPORT Q_DECL_IMPORT
# endif
#else
# define SIMSBASIC_EXPORT
#endif