]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/pnggccrd.c
When drawing wxPropertyGrid check box editor, be consistent with the other editors...
[wxWidgets.git] / src / png / pnggccrd.c
index a7248d6ca64026a0b447cc936a5ed6a3b67ce658..e61523e77a28864b0d2a0698b534bd85a7c9f71a 100644 (file)
@@ -2,8 +2,10 @@
 
 /* This code snippet is for use by configure's compilation test. */
 
-#if defined(PNG_ASSEMBLER_CODE_SUPPORTED) && \
+#if (!defined _MSC_VER) && \
+    defined(PNG_ASSEMBLER_CODE_SUPPORTED) && \
     defined(PNG_MMX_CODE_SUPPORTED)
+
 int PNGAPI png_dummy_mmx_support(void);
 
 static int _mmx_supported = 2; // 0: no MMX; 1: MMX supported; 2: not tested