2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 14:27:42 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2018-02-02 17:08:10 -10:00
parent 93fc2d8072
commit 5e8f4d4f12
4 changed files with 23 additions and 26 deletions

View File

@@ -3,8 +3,10 @@
#ifdef __APPLE__
#include <stdlib.h>
#elif _WIN32
#include <../ucrt/malloc.h>
#else
#include <../include/malloc.h>
#include_next <malloc.h>
#endif
#endif // URDE_NESEMULATOR_MALLOC_H