diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-03 00:10:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:48:20 +0100 |
commit | 47d395c98e2d11840f775e22386167f27c199e1c (patch) | |
tree | 0101e653fd3399f8bb1fc76312572931c333f964 /tracker-wii/export.hpp | |
parent | 545071e998806235442edda5f575ee61e836abe9 (diff) |
tracker/wii: don't export more than necessary
Diffstat (limited to 'tracker-wii/export.hpp')
-rw-r--r-- | tracker-wii/export.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tracker-wii/export.hpp b/tracker-wii/export.hpp deleted file mode 100644 index e186b1aa..00000000 --- a/tracker-wii/export.hpp +++ /dev/null @@ -1,11 +0,0 @@ -// generates export.hpp for each module from compat/linkage.hpp - -#pragma once - -#include "compat/linkage-macros.hpp" - -#ifdef BUILD_TRACKER_WII -# define OTR_WII_EXPORT OTR_GENERIC_EXPORT -#else -# define OTR_WII_EXPORT OTR_GENERIC_IMPORT -#endif |