Files
DbNesEmulator/nescorelib/nescorelib_global.h
2018-12-16 22:19:06 +01:00

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