1
0
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:
Anthony J. Bentley 2015-12-20 03:20:48 -07:00
parent d68c748976
commit aa4fb80465

View File

@ -35,10 +35,6 @@
#include <stdlib.h>
#include <cstdint>
#ifndef __APPLE__
#include <malloc.h>
#endif
#define _fpclass(x) std::fpclassify(x)
#define INFINITE 0xFFFFFFFF