This commit is contained in:
Sean Barrett 2018-01-29 03:19:34 -08:00
commit 41cd8bb527

View File

@ -88,7 +88,7 @@ STBDDEF void stb_compress_bc5_block(unsigned char *dest, const unsigned char *sr
#ifndef STBD_MEMSET
#include <string.h>
#define STBD_MEMSET(x) memset(x)
#define STBD_MEMSET memset
#endif
static unsigned char stb__Expand5[32];