summaryrefslogtreecommitdiff
path: root/databases/php4-mssql/files/patch-php_mssql.h
blob: 920626150810793d8ace0a867e5792c777e5a8aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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