dsFMOD: Do not call exported functions internally in the plugin
If the same exported symbol (e.g., DM_Music_*) is present in multiple concurrently loaded plugins, a call may not end up in the right place on Unix platforms.
Changing the linker settings would alleviate this.
dsFMOD: Do not call exported functions internally in the plugin
If the same exported symbol (e.g., DM_Music_*) is present in multiple
concurrently loaded plugins, a call may not end up in the right place
on Unix platforms.
Changing the linker settings would alleviate this.