summaryrefslogtreecommitdiffhomepage
path: root/opentrack-compat
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack-compat')
-rw-r--r--opentrack-compat/mingw-version-script.txt8
-rw-r--r--opentrack-compat/posix-version-script.txt8
2 files changed, 0 insertions, 16 deletions
diff --git a/opentrack-compat/mingw-version-script.txt b/opentrack-compat/mingw-version-script.txt
deleted file mode 100644
index fe20ad37..00000000
--- a/opentrack-compat/mingw-version-script.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- global:
- GetDialog?0;
- GetConstructor?0;
- GetMetadata?0;
- local:
- *;
-};
diff --git a/opentrack-compat/posix-version-script.txt b/opentrack-compat/posix-version-script.txt
deleted file mode 100644
index 97edb9aa..00000000
--- a/opentrack-compat/posix-version-script.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- global:
- GetDialog;
- GetConstructor;
- GetMetadata;
- local:
- *;
-}; \ No newline at end of file