From d3777841e99f90af52bd125dc7efe165a2fa6ec0 Mon Sep 17 00:00:00 2001 From: tuler Date: Mon, 20 Sep 2004 13:06:26 +0000 Subject: [PATCH] =?UTF-8?q?ifdef=20de=20compila=E7=E3o=20windows.=20Por=20?= =?UTF-8?q?enquanto=20defino=20NO=5FCLIENT=5FLONG=5FLONG.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ls_mysql.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ls_mysql.c b/src/ls_mysql.c index 2793923..c8d0024 100644 --- a/src/ls_mysql.c +++ b/src/ls_mysql.c @@ -2,7 +2,7 @@ ** LuaSQL, MySQL driver ** Authors: Eduardo Quintao ** See Copyright Notice in license.html -** $Id: ls_mysql.c,v 1.14 2004/09/17 15:37:30 tomas Exp $ +** $Id: ls_mysql.c,v 1.15 2004/09/20 13:06:26 tuler Exp $ */ #include @@ -11,6 +11,11 @@ #include #include +#ifdef WIN32 +#include +#define NO_CLIENT_LONG_LONG +#endif + #include #include