fix: build on Windows
This commit is contained in:
5
tests/fmemopen.h
Normal file
5
tests/fmemopen.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#include <stdio.h>
|
||||
FILE *fmemopen(void *buf, size_t len, const char *type);
|
||||
#endif
|
||||
Reference in New Issue
Block a user