Index: /libmpc/trunk/mpcdec/mpcdec.c
===================================================================
--- /libmpc/trunk/mpcdec/mpcdec.c	(revision 443)
+++ /libmpc/trunk/mpcdec/mpcdec.c	(revision 444)
@@ -41,5 +41,5 @@
 #include <getopt.h>
 
-#ifdef WIN32
+#ifdef _MSC_VER
 #include <crtdbg.h>
 #endif
@@ -242,5 +242,5 @@
     }
 
-#ifdef WIN32
+#ifdef _MSC_VER
     assert(_CrtCheckMemory());
     _CrtDumpMemoryLeaks();
