From 4482182dad85cdf3005b72263fd623db496e579a Mon Sep 17 00:00:00 2001 From: mfreiholz Date: Wed, 24 Feb 2016 15:17:53 +0100 Subject: [PATCH] Adds dllimport spec --- AdvancedDockingSystem/include/ads/API.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdvancedDockingSystem/include/ads/API.h b/AdvancedDockingSystem/include/ads/API.h index 9fb91f2..83ec317 100644 --- a/AdvancedDockingSystem/include/ads/API.h +++ b/AdvancedDockingSystem/include/ads/API.h @@ -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