From: Antony Dovgal Date: Mon, 19 Jun 2006 16:13:31 +0000 (+0000) Subject: MFB: fix #37848 (ext/odbc compile failure) X-Git-Tag: RELEASE_1_0_0RC1~2697 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=635be00596dd9cdc625105ce801f938ef1fc1acf;p=php MFB: fix #37848 (ext/odbc compile failure) --- 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 */