diff options
Diffstat (limited to 'opentrack-logic/export.hpp')
-rw-r--r-- | opentrack-logic/export.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opentrack-logic/export.hpp b/opentrack-logic/export.hpp index 699fdd6a..db4f0d86 100644 --- a/opentrack-logic/export.hpp +++ b/opentrack-logic/export.hpp @@ -10,9 +10,9 @@ # ifndef _MSC_VER # define OPENTRACK_LOGIC_EXPORT __attribute__ ((visibility ("default"))) OPENTRACK_LOGIC_LINKAGE # else -# define OPENTRACK_LOGIC_EXPORT OPENTRACK_LINKAGE +# define OPENTRACK_LOGIC_EXPORT OPENTRACK_LOGIC_LINKAGE # endif #else # include "import.hpp" -#endif
\ No newline at end of file +#endif |