diff options
-rw-r--r-- | ftnoir_tracker_base/ftnoir_tracker_base_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_base/ftnoir_tracker_base_global.h b/ftnoir_tracker_base/ftnoir_tracker_base_global.h index e717d845..ded9209b 100644 --- a/ftnoir_tracker_base/ftnoir_tracker_base_global.h +++ b/ftnoir_tracker_base/ftnoir_tracker_base_global.h @@ -4,7 +4,7 @@ #include <QtGlobal> #ifndef FTNOIR_TRACKER_BASE_EXPORT -# ifndef OPENTRACK_MAIN +# ifdef OPENTRACK_MAIN # if !defined(_MSC_VER) # define FTNOIR_TRACKER_BASE_EXPORT __attribute__ ((visibility ("default"))) # else |