diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-24 15:59:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-24 15:59:28 +0200 |
commit | aa8a392c18f726d5bbb0f40e261744ce4d612500 (patch) | |
tree | 825553fb533ad20105641ef2d10f91c8753cf9be /opentrack | |
parent | fcc69215e6156a8afc186aadd22ab2d7821d52d6 (diff) |
mv only
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/mingw-version-script.txt | 8 | ||||
-rw-r--r-- | opentrack/posix-version-script.txt | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/opentrack/mingw-version-script.txt b/opentrack/mingw-version-script.txt new file mode 100644 index 00000000..fe20ad37 --- /dev/null +++ b/opentrack/mingw-version-script.txt @@ -0,0 +1,8 @@ +{ + global: + GetDialog?0; + GetConstructor?0; + GetMetadata?0; + local: + *; +}; diff --git a/opentrack/posix-version-script.txt b/opentrack/posix-version-script.txt new file mode 100644 index 00000000..97edb9aa --- /dev/null +++ b/opentrack/posix-version-script.txt @@ -0,0 +1,8 @@ +{ + global: + GetDialog; + GetConstructor; + GetMetadata; + local: + *; +};
\ No newline at end of file |