diff options
author | Jonathan Perkin <jperkin@sun.com> | 2009-04-02 13:17:38 +0200 |
---|---|---|
committer | Jonathan Perkin <jperkin@sun.com> | 2009-04-02 13:17:38 +0200 |
commit | 0e531e8bb9ed11401df600aa3744dc25932224ff (patch) | |
tree | 38ef4ddb8972efb27d32463c1dceadb1e8f835de | |
parent | d434e1269bf3553c0b7e17d917b1e8c8e2d236d5 (diff) | |
download | mariadb-git-0e531e8bb9ed11401df600aa3744dc25932224ff.tar.gz |
Apply http://lists.mysql.com/commits/70427 to fix Win32 builds with VS 2005.
-rw-r--r-- | include/config-win.h | 3 |
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__ |