Merge pull request #2833 from directhex/ci-script-in-repo
[mono.git] / mono / utils / dlmalloc.c
index f83272f88e651859ccdb4cedcf19bdfbf1eeb1e2..2ce2a6ea95e4afb928e2bb91d7bd0df263c936ae 100644 (file)
@@ -1164,7 +1164,7 @@ int mspace_mallopt(int, int);
 
 /*------------------------------ internal #includes ---------------------- */
 
-#ifdef WIN32
+#ifdef _MSC_VER
 #pragma warning( disable : 4146 ) /* no "unsigned" warnings */
 #endif /* WIN32 */