mackron / dr_libs

Audio decoding libraries for C/C++, each in a single source file.
Other
1.26k stars 206 forks source link

wcsrtombs is not available on some platforms #186

Closed glebm closed 3 years ago

glebm commented 3 years ago

On Amiga, wcsrtombs does not exist.

Minor issue as it can be worked around by defining DR_WAV_NO_STDIO

mackron commented 3 years ago

Thanks for the report! Do you know what the compile-time define is for Amiga so I can work around it? Would be nice to have this work cleanly out of the box.