Archived
1
0
This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
winamp/Src/Components/wac_browser/wac_browser_global.h
2024-09-24 14:54:57 +02:00

16 lines
354 B
C

#ifndef NULLSOFT_WAC_DOWNLOADS_GLOBAL_H
#define NULLSOFT_WAC_DOWNLOADS_GLOBAL_H
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(WAC_DOWNLOADS_LIB)
# define WAC_DOWNLOADS_EXPORT Q_DECL_EXPORT
# else
# define WAC_DOWNLOADS_EXPORT Q_DECL_IMPORT
# endif
#else
# define WAC_DOWNLOADS_EXPORT
#endif
#endif // !NULLSOFT_WAC_DOWNLOADS_GLOBAL_H