mackron / dr_libs

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

replace direct uses of memset, memcpy and memmove by DRMP3_* macros #199

Closed sezero closed 3 years ago

sezero commented 3 years ago

This patch allows overriding memcpy, memset and memmove easier. Without this, we hit an issue in SDL_sound with MSVC 2015, see: https://github.com/icculus/SDL_sound/issues/25

mackron commented 3 years ago

Merged into the dev branch. Thanks!