Skip to content

Commit

Permalink
Remove win32 specific vst3 exports from version file
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 18, 2021
1 parent 848e28c commit 8d83f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/symbols/vst3.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
global: GetPluginFactory; InitDll; ExitDll; ModuleEntry; ModuleExit;
global: GetPluginFactory; ModuleEntry; ModuleExit;
local: *;
};

0 comments on commit 8d83f11

Please sign in to comment.