summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-22 09:59:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-09-22 09:59:44 +0200
commit2c242165e3e3881dfffa31d1b8cf727a71c68be1 (patch)
tree29479cff0fd4f25a6700b77393d2568a2056bbfe
parent6e6fabc040c28206f11fe9d2f3895bab33d7265e (diff)
unused #define declspec dllimport -> #error
-rw-r--r--facetracknoir/plugin-api.hpp2
1 files changed, 1 insertions, 1 deletions
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