summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-10-17 23:57:26 +0300
committermonty@donna.mysql.com <>2000-10-17 23:57:26 +0300
commitee763533f237bbe8a2bca890a2355d62617268f0 (patch)
treeeb0ea06c5f8bc368cbf64d32b74a6249d38c9530 /include
parent828bff9195ac194a10752a009f24a4e7e56f5d36 (diff)
downloadmariadb-git-ee763533f237bbe8a2bca890a2355d62617268f0.tar.gz
Fixed benchmarks and compare of NULL with <>
Diffstat (limited to 'include')
-rw-r--r--include/config-win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config-win.h b/include/config-win.h
index 024a708b3b5..3791c337cb3 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -33,7 +33,7 @@
#endif
#ifdef _WIN64
-#define MACHINE_TYPE "i64" /* Define to machine type name */
+#define MACHINE_TYPE "ia64" /* Define to machine type name */
#else
#define MACHINE_TYPE "i32" /* Define to machine type name */
#ifndef _WIN32