metaforce/NESEmulator/malloc.h

11 lines
187 B
C
Raw Normal View History

2018-02-01 15:19:34 -08:00
#ifndef URDE_NESEMULATOR_MALLOC_H
#define URDE_NESEMULATOR_MALLOC_H
#ifdef __APPLE__
#include <stdlib.h>
#else
#include <../include/malloc.h>
#endif
#endif // URDE_NESEMULATOR_MALLOC_H