From: Frank M. Kromann Date: Wed, 9 Jun 2004 18:12:29 +0000 (+0000) Subject: MFH: Fix win32 build X-Git-Tag: php-4.3.9RC1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b88577508d14eac7cee3a69403ab6d870b1eb53;p=php MFH: Fix win32 build --- diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index 00f4500c90..26121c9d41 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -36,8 +36,8 @@ #include "sqlfront.h" #include "sqldb.h" -#if HAVE_FREETDS typedef short TDS_SHORT; +#if HAVE_FREETDS #define SQLTEXT SYBTEXT #define SQLCHAR SYBCHAR #define SQLVARCHAR SYBVARCHAR