freebsd-ports/databases/php4-mssql/files/patch-php_mssql.h
2004-07-19 07:52:09 +00:00

13 lines
303 B
C

--- php_mssql.h.orig Tue Jun 8 11:24:27 2004
+++ php_mssql.h Tue Jun 8 11:23:39 2004
@@ -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