mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
By definition, malloc() is available in stdlib.h. malloc.h is deprecated.
This commit is contained in:
parent
d68c748976
commit
aa4fb80465
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue