Make definition of __USE_MISC conditional

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2024-06-10 20:06:41 +02:00
parent 9491cdfe2d
commit ec6750d42f
+2
View File
@@ -16,7 +16,9 @@
#include <stdlib.h>
#include <string.h>
// le32toh and friends
#ifndef __USE_MISC
#define __USE_MISC
#endif
#include <endian.h>
static int mz_uncompress2_raw(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong *pSource_len);