diff options
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r-- | ext/mssql/php_mssql.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index 92251a92ef..3da8c08c38 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -65,7 +65,8 @@ #define NO_MORE_RPC_RESULTS 3 #define dbfreelogin dbloginfree #define dbrpcexec dbrpcsend -typedef unsigned char *LPBYTE; +typedef unsigned char *LPBYTE; +typedef float DBFLT4; #else #define DBERRHANDLE(a, b) dbprocerrhandle(a, b) #define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) |