================
@@ -13,7 +13,7 @@
 #include <stdlib.h>
 
 #ifdef _WIN32
-#include <malloc.h>
+#include <corecrt_malloc.h>
----------------
compnerd wrote:

Thanks for the typo correction!

I think that I can add in a `!defined(__MINGW32__)` condition.

https://github.com/llvm/llvm-project/pull/131668
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to