mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 00:40:11 +00:00
By definition, malloc() is available in stdlib.h. malloc.h is deprecated.
This commit is contained in:
parent
d68c748976
commit
aa4fb80465
@ -35,10 +35,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <cstdint>
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#define _fpclass(x) std::fpclassify(x)
|
||||
#define INFINITE 0xFFFFFFFF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user