mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
MT32: Fix definitions
This commit is contained in:
parent
357744069c
commit
24a27f6568
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user