mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #403 workaround different extern template behaviour with MinGW
This commit is contained in:
@@ -24,4 +24,10 @@
|
||||
# define BLACKMISC_EXPORT
|
||||
#endif
|
||||
|
||||
#endif // BLACKMISC_MACROS_H
|
||||
#if defined(Q_OS_WIN) && defined(Q_CC_GNU)
|
||||
# define BLACKMISC_EXPORT_TEMPLATE BLACKMISC_EXPORT
|
||||
#else
|
||||
# define BLACKMISC_EXPORT_TEMPLATE
|
||||
#endif
|
||||
|
||||
#endif // BLACKMISC_MACROS_H
|
||||
|
||||
Reference in New Issue
Block a user