From 8fc9df3f67dc35bff019f538934322583fd5fefd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Fri, 25 May 2012 00:22:25 +0200 Subject: Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy --- ext/com_dotnet/com_persist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/com_dotnet/com_persist.c') diff --git a/ext/com_dotnet/com_persist.c b/ext/com_dotnet/com_persist.c index 96173af5df..fb940217e8 100755 --- a/ext/com_dotnet/com_persist.c +++ b/ext/com_dotnet/com_persist.c @@ -271,7 +271,7 @@ static void istream_destructor(php_istream *stm) } /* }}} */ -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)); -- cgit v1.2.1