1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Adds dllimport spec

This commit is contained in:
mfreiholz 2016-02-24 15:17:53 +01:00
parent 0e831ee55f
commit 4482182dad

View File

@ -12,7 +12,7 @@ class QSplitter;
#ifdef ADS_EXPORT
#define ADS_EXPORT_API __declspec(dllexport)
#else
#define ADS_EXPORT_API
#define ADS_EXPORT_API __declspec(dllimport)
#endif
#endif