diff options
Diffstat (limited to 'code/unix/sdl_snd.c')
-rw-r--r-- | code/unix/sdl_snd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/unix/sdl_snd.c b/code/unix/sdl_snd.c index ac4a614..20d4bfd 100644 --- a/code/unix/sdl_snd.c +++ b/code/unix/sdl_snd.c @@ -81,6 +81,10 @@ https://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=371 <TTimo> and use my own copy instead of the glibc crap =============== */ + +#ifdef Snd_Memset +#undef Snd_Memset +#endif void Snd_Memset (void* dest, const int val, const size_t count) { int *pDest; |