Skip to content

Commit

Permalink
[SDK:CRT] Reenable malloc.h inclusion in xmmintrin.h (reactos#6464)
Browse files Browse the repository at this point in the history
Addendum to commit 318d696
  • Loading branch information
HBelusca committed Oct 24, 2024
1 parent ab7fbd0 commit 90aee84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/crt/xmmintrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90aee84

Please sign in to comment.