mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 14:32:12 +00:00
9995fd88b2
Since sizeof(long) == 4 even on 64 bit Windose, big files cannot be loaded natively via the ANSI C file API. This change makes fluidsynth's file callback API use long long, which is guaranteed to be at least 64 bit wide. |
||
---|---|---|
.. | ||
audio.h | ||
event.h | ||
gen.h | ||
ladspa.h | ||
log.h | ||
midi.h | ||
misc.h | ||
mod.h | ||
seq.h | ||
seqbind.h | ||
settings.h | ||
sfont.h | ||
shell.h | ||
synth.h | ||
types.h | ||
version.h.in | ||
voice.h |