mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-23 11:13:19 +01: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…
Reference in New Issue
Block a user