more fluidsynth fix

This commit is contained in:
Wengier
2020-11-02 17:14:30 -05:00
parent 9194887d62
commit b7986815ec
38 changed files with 112 additions and 37 deletions

View File

@@ -344,8 +344,10 @@
#endif
#if !defined(FLUIDINC)
#include <cstdint>
typedef uintptr_t Bitu;
typedef intptr_t Bits;
#endif