]> Pileus Git - ~andy/gtk/blobdiff - config.h.win32.in
GtkToolPalette: docs: Minor English corrections.
[~andy/gtk] / 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 */