Code

Fix warnings in nedmalloc when compiling with GCC 4.4.0
[git.git] / compat / nedmalloc / nedmalloc.c
index 41a3234e4ea29f972d67870958e8bd8e6f52cbad..d9a17a8057c5740edea3d7888c4607e63af9eddd 100644 (file)
@@ -34,7 +34,7 @@ DEALINGS IN THE SOFTWARE.
 /*#define FULLSANITYCHECKS*/
 
 #include "nedmalloc.h"
-#if defined(WIN32) && !defined(__MINGW32__)
+#if defined(WIN32)
  #include <malloc.h>
 #endif
 #define MSPACES 1