MT32: Fix definitions

This commit is contained in:
Lothar Serra Mari 2021-04-10 15:47:33 +02:00
parent 357744069c
commit 24a27f6568

View File

@ -40,10 +40,10 @@
* For shared library builds, MT32EMU_SHARED is defined, so that compiler-specific attributes are assigned
* to all the exported symbols as appropriate. MT32EMU_SHARED is undefined for static library builds.
*/
@libmt32emu_SHARED_DEFINITION@
#undef MT32EMU_SHARED
/* Whether the library is built as a shared object with a version tag to enable runtime version checks. */
#define MT32EMU_WITH_VERSION_TAGGING @libmt32emu_RUNTIME_VERSION_CHECK@
#define MT32EMU_WITH_VERSION_TAGGING 0
/* Automatic runtime check of the shared library version in client applications.
*