From 2c242165e3e3881dfffa31d1b8cf727a71c68be1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 22 Sep 2014 09:59:44 +0200 Subject: unused #define declspec dllimport -> #error --- facetracknoir/plugin-api.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facetracknoir/plugin-api.hpp b/facetracknoir/plugin-api.hpp index 1610c5d8..f50b9617 100644 --- a/facetracknoir/plugin-api.hpp +++ b/facetracknoir/plugin-api.hpp @@ -82,6 +82,6 @@ struct ITrackerDialog # error "MSVC support removed" # endif # else -# define OPENTRACK_EXPORT Q_DECL_IMPORT +# error "Use only for exporting dynamic modules" # endif #endif -- cgit v1.2.3