]> Pileus Git - ~andy/gtk/commitdiff
Undef USE_MMX for msvc build
authorHans Breuer <hans@breuer.org>
Sat, 4 Jul 2009 09:58:27 +0000 (11:58 +0200)
committerHans Breuer <hans@breuer.org>
Sat, 4 Jul 2009 10:19:07 +0000 (12:19 +0200)
config.h.win32.in

index 4b0bb0f40119c91d37d528a0533a6bc20190637a..c3eea4ef797fef02df62c6e6857651a7d80c443c 100644 (file)
 /* #undef USE_MEDIALIB25 */
 
 /* Define to 1 if XXM is available and should be used */
-#define USE_MMX 1
+#ifndef _MSC_VER
+#  define USE_MMX 1
+#else
+#  undef USE_MMX
+#endif
 
 /* Define to 1 if no XInput should be used */
 /* #undef XINPUT_NONE */