mirror of
https://github.com/nothings/stb
synced 2025-07-18 10:39:36 -04:00
Merge branch 'patch-1' of https://github.com/twoscomplement/stb
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user