fix #37848 (ext/odbc compile failure)

This commit is contained in:
Antony Dovgal 2006-06-19 16:13:15 +00:00
parent f4106441cb
commit 3ce8ccb6f2

View File

@ -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 */