10 lines
164 B
C
10 lines
164 B
C
#pragma once
|
|
|
|
#include <QtGlobal>
|
|
|
|
#if defined(NESCORELIB_LIBRARY)
|
|
# define NESCORELIB_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define NESCORELIB_EXPORT Q_DECL_IMPORT
|
|
#endif
|