From ceb73ca0198b4bd22fad363e60db85d249cb0d8e Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 4 Jun 2004 01:03:38 +0000 Subject: MFB BugFix# 28626 You can't #ifdef check a typedef. Just give it another name since it's only used once anyway. --- ext/mssql/php_mssql.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/mssql/php_mssql.h') diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index 49997b181f..f8a9d6a97f 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -37,9 +37,7 @@ #include "sqldb.h" #if HAVE_FREETDS -#ifndef SHORT -typedef short SHORT; -#endif +typedef short TDS_SHORT; #define SQLTEXT SYBTEXT #define SQLCHAR SYBCHAR #define SQLVARCHAR SYBVARCHAR -- cgit v1.2.1