mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 14:27:42 +00:00
Windows fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user