RetroArch/ui/drivers/qt/wimp/wimp_global.h
2015-04-12 15:20:57 -04:00

13 lines
234 B
C

#ifndef WIMP_GLOBAL_H
#define WIMP_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(WIMP_LIBRARY)
# define WIMPSHARED_EXPORT Q_DECL_EXPORT
#else
# define WIMPSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // WIMP_GLOBAL_H