diff --git a/stb_dxt.h b/stb_dxt.h index b53aca7..6504325 100644 --- a/stb_dxt.h +++ b/stb_dxt.h @@ -88,7 +88,7 @@ STBDDEF void stb_compress_bc5_block(unsigned char *dest, const unsigned char *sr #ifndef STBD_MEMSET #include -#define STBD_MEMSET(x) memset(x) +#define STBD_MEMSET memset #endif static unsigned char stb__Expand5[32];