From 1a1826903b78fbde6b68c36148357c33098175ea Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 23 Jul 2003 16:53:26 +0000 Subject: Fixed bug #24752 (Unhandled "uniqueidentifier" field type) Original Patch By: s.sonnenberg[at]coolspot.de --- ext/mssql/php_mssql.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/mssql/php_mssql.h') diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index 49b3b6c163..c39ad5de71 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -59,6 +59,9 @@ #define SQLIMAGE SYBIMAGE #define SQLBINARY SYBBINARY #define SQLVARBINARY SYBVARBINARY +#ifdef SQLUNIQUE /* FreeTSD 0.61+ */ +#define SQLUNIQUE SYBUNIQUE +#endif #define DBERRHANDLE(a, b) dberrhandle(b) #define DBMSGHANDLE(a, b) dbmsghandle(b) #define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) -- cgit v1.2.1