mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[SDK:CRT] Reenable malloc.h inclusion in xmmintrin.h (#6464)
Addendum to commit 318d696f0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user