diff options
| author | Johannes Schlüter <johannes@php.net> | 2012-05-25 00:23:51 +0200 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2012-05-25 00:23:51 +0200 |
| commit | 3cd50ca714fcf346aaa51a2c01c996c9434a2455 (patch) | |
| tree | 9514b67e035cb1aa3b9197e12d3640edfeaeed23 /ext/com_dotnet/com_persist.c | |
| parent | 84b2c39920ff02c86a46eb9191c140a887938371 (diff) | |
| parent | 8fc9df3f67dc35bff019f538934322583fd5fefd (diff) | |
| download | php-git-3cd50ca714fcf346aaa51a2c01c996c9434a2455.tar.gz | |
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy
Those changes are in 5.3.15
- BFN
Diffstat (limited to 'ext/com_dotnet/com_persist.c')
| -rwxr-xr-x | ext/com_dotnet/com_persist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_persist.c b/ext/com_dotnet/com_persist.c index 233d4a1dc1..7c035f6c4a 100755 --- a/ext/com_dotnet/com_persist.c +++ b/ext/com_dotnet/com_persist.c @@ -268,7 +268,7 @@ static void istream_destructor(php_istream *stm TSRMLS_DC) } /* }}} */ -PHPAPI IStream *php_com_wrapper_export_stream(php_stream *stream TSRMLS_DC) +PHP_COM_DOTNET_API IStream *php_com_wrapper_export_stream(php_stream *stream TSRMLS_DC) { php_istream *stm = (php_istream*)CoTaskMemAlloc(sizeof(*stm)); |
