diff options
author | Antony Dovgal <tony2001@php.net> | 2006-06-19 16:13:15 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-06-19 16:13:15 +0000 |
commit | 3ce8ccb6f28529db1b98a35ba75eef6e3f25c07d (patch) | |
tree | cd5419dc7472e7a9e67316eac8b3e80fc2605e05 /ext/odbc/php_odbc_includes.h | |
parent | f4106441cb85478f589ee921cd570795cfd8f9ce (diff) | |
download | php-git-3ce8ccb6f28529db1b98a35ba75eef6e3f25c07d.tar.gz |
fix #37848 (ext/odbc compile failure)
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
-rw-r--r-- | ext/odbc/php_odbc_includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index bdb67ec5d2..92b68f2f51 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -287,7 +287,7 @@ void odbc_sql_error(ODBC_SQL_ERROR_PARAMS); # define ODBCG(v) TSRMG(odbc_globals_id, zend_odbc_globals *, v) #else # define ODBCG(v) (odbc_globals.v) -extern ZEND_API php_odbc_globals odbc_globals; +extern ZEND_API zend_odbc_globals odbc_globals; #endif #endif /* HAVE_UODBC */ |