From: Felipe Pena Date: Tue, 26 May 2009 12:37:52 +0000 (+0000) Subject: - Fixed compile warning X-Git-Tag: php-5.2.10RC1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9722865f79a8c6e247af3f9d49be4c61cb1d083;p=php - Fixed compile warning --- diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index ae7bfe5909..600bafca67 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -66,7 +66,9 @@ typedef short TDS_SHORT; #define DBMSGHANDLE(a, b) dbmsghandle(b) #define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) #define NO_MORE_RPC_RESULTS 3 +#ifndef dbfreelogin #define dbfreelogin dbloginfree +#endif #define dbrpcexec dbrpcsend typedef unsigned char *LPBYTE; typedef float DBFLT4;