summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
diff options
context:
space:
mode:
authorWenhui Zhang <zhang@php.net>2001-05-09 15:35:31 +0000
committerWenhui Zhang <zhang@php.net>2001-05-09 15:35:31 +0000
commitb6b5039f255ce0c88c2b2805065cbe000daa7ec0 (patch)
tree731a13a3a1d642c046db298689cb820aca2bedf3 /ext/odbc/php_odbc.h
parent855cad5c54a8a962b837f06d3de0ecb1cd54d629 (diff)
downloadphp-git-b6b5039f255ce0c88c2b2805065cbe000daa7ec0.tar.gz
Change for Empress PHP support
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r--ext/odbc/php_odbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h
index b6cba7b4fb..9c6b210850 100644
--- a/ext/odbc/php_odbc.h
+++ b/ext/odbc/php_odbc.h
@@ -246,7 +246,7 @@ PHP_FUNCTION(odbc_statistics);
#define ODBC_SQL_ENV_T SQLHANDLE
#define ODBC_SQL_CONN_T SQLHANDLE
#define ODBC_SQL_STMT_T SQLHANDLE
-#elif defined( HAVE_SOLID_35 ) || defined( HAVE_SAPDB )
+#elif defined( HAVE_SOLID_35 ) || defined( HAVE_SAPDB ) || defined ( HAVE_EMPRESS )
#define ODBC_SQL_ENV_T SQLHENV
#define ODBC_SQL_CONN_T SQLHDBC
#define ODBC_SQL_STMT_T SQLHSTMT