Files
gcs-nf/opmap/internals/internalglobal.h
T

15 lines
266 B
C
Raw Normal View History

2020-02-20 22:45:48 +08:00
#ifndef INTERNALGLOBAL_H
#define INTERNALGLOBAL_H
#ifdef QtOpmapInternals
#if defined(OPMAPINTERNALS_LIBRARY)
# define OPMAPINTERNALSHARED_EXPORT Q_DECL_EXPORT
#else
# define OPMAPINTERNALSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif
#endif // INTERNALGLOBAL_H