Apply http://lists.mysql.com/commits/70427 to fix Win32 builds with VS 2005.

This commit is contained in:
Jonathan Perkin 2009-04-02 13:17:38 +02:00
parent 5c2ba04cba
commit 79650ae641

View file

@ -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__