From 35befd3eb32bf4fdba7dc0350727b0e77392a7c2 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 7 Apr 2002 20:49:10 +0000 Subject: - Fix build with Visual Studio .NET. The MySQL team said they'll commit - their fix a long time ago and never did. One day they'll update the - whole MySQL client library. --- ext/mysql/libmysql/strtoull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/libmysql/strtoull.c') diff --git a/ext/mysql/libmysql/strtoull.c b/ext/mysql/libmysql/strtoull.c index 807449e0af..8ab99fb0c2 100644 --- a/ext/mysql/libmysql/strtoull.c +++ b/ext/mysql/libmysql/strtoull.c @@ -7,6 +7,6 @@ This file is public domain and comes with NO WARRANTY of any kind */ #include #if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG) #define UNSIGNED -#define LONGLONG +#define MYSQL_LONGLONG #include "strto.c" #endif -- cgit v1.2.1