summaryrefslogtreecommitdiff
path: root/lang/php4/files/patch-ext::mssql::php_mssql.h
blob: a624d918a8191eb6554f70722fdc4b62854ff291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ext/mssql/php_mssql.h.orig  Tue Jun  8 11:24:27 2004
+++ ext/mssql/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