This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Remove useless symbol export
tags/2021-01-15
falkTX
3 years ago
parent
a3c0cc73cf
commit
c3cdfdabd2
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/plugin-symbols-vst2.version
+1
-1
scripts/plugin-symbols-vst3.version
+ 1
- 1
scripts/plugin-symbols-vst2.version
View File
@@ -1,4 +1,4 @@
{
global:
lv2_descriptor;
VSTPluginMain;
global: VSTPluginMain;
local: *;
};
+ 1
- 1
scripts/plugin-symbols-vst3.version
View File
@@ -1,4 +1,4 @@
{
global:
lv2_descriptor;
DllMain; InitDll; ExitDll; ModuleEntry; ModuleExit; GetPluginFactory;
global: DllMain; InitDll; ExitDll; ModuleEntry; ModuleExit; GetPluginFactory;
local: *;
};
Write
Preview
Loading…
Cancel
Save