summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Perkin <jperkin@sun.com>2009-04-02 13:17:38 +0200
committerJonathan Perkin <jperkin@sun.com>2009-04-02 13:17:38 +0200
commitbb8457d9f94562e9a135dd05d4c34c871c9a6405 (patch)
tree38ef4ddb8972efb27d32463c1dceadb1e8f835de
parent30b7479e4df30e3419e8ccd47a2e5cdee9087b47 (diff)
downloadmariadb-git-mysql-5.1.34.tar.gz
Apply http://lists.mysql.com/commits/70427 to fix Win32 builds with VS 2005.mysql-5.1.34
-rw-r--r--include/config-win.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config-win.h b/include/config-win.h
index 26b08a5e4fb..3a21551ebbb 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -63,9 +63,6 @@ functions */
#endif
#ifndef __WIN32__
#define __WIN32__
-#define _INTEGRAL_MAX_BITS 32
-#else
-#define _INTEGRAL_MAX_BITS 64
#endif
#endif /* _WIN64 */
#ifndef __WIN__