From: Frank M. Kromann Date: Mon, 7 Jun 2004 18:03:51 +0000 (+0000) Subject: Fix build on win32 X-Git-Tag: php-5.0.0~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f05924db37a070184c991404d621102ade8df726;p=php Fix build on win32 --- diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index f8a9d6a97f..65e6a931fa 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