Compare commits

...

1 Commits

Author SHA1 Message Date
William Bell
b3ee64d294 fix windows build 2025-10-21 21:08:27 +01:00

View File

@@ -23,6 +23,7 @@
#include <malloc.h>
#endif
#if defined(_WIN32) || defined(_WIN64)
#include <windows.h>
FILE *fmemopen(void *buf, size_t size, const char *mode) {
if (strchr(mode, 'r') == NULL) {
return NULL;