mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[SDK:CRT] Reenable malloc.h inclusion in xmmintrin.h (#6464)
Addendum to commit 318d696f0
This commit is contained in:
parent
ab7fbd08a7
commit
90aee8453f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#endif
|
||||
|
||||
#if !defined _VCRT_BUILD && !defined _INC_MALLOC
|
||||
//#include <malloc.h> // FIXME: This breaks build
|
||||
#include <malloc.h> // For _mm_malloc() and _mm_free()
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue