summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2009-07-04 11:58:27 +0200
committerHans Breuer <hans@breuer.org>2009-07-04 12:19:07 +0200
commitbff092a0d589eba505f81c22ee5e6730ff8a3613 (patch)
tree0b569cb197401e235a62db45ed476aef159e9f66 /config.h.win32.in
parentb11c4d9fae4ed1013a3983f4cdf3d898b62a0566 (diff)
downloadgtk+-bff092a0d589eba505f81c22ee5e6730ff8a3613.tar.gz
Undef USE_MMX for msvc build
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index 4b0bb0f401..c3eea4ef79 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -269,7 +269,11 @@
/* #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 */