diff options
Diffstat (limited to 'ext/rpc/dotnet/php_dotnet.h')
| -rw-r--r-- | ext/rpc/dotnet/php_dotnet.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/rpc/dotnet/php_dotnet.h b/ext/rpc/dotnet/php_dotnet.h index 570f4bdc7f..b56af145e2 100644 --- a/ext/rpc/dotnet/php_dotnet.h +++ b/ext/rpc/dotnet/php_dotnet.h @@ -3,8 +3,8 @@  #if WIN32|WINNT -extern PHP_MINIT_FUNCTION(DOTNET); -extern PHP_MSHUTDOWN_FUNCTION(DOTNET); +PHP_MINIT_FUNCTION(DOTNET); +PHP_MSHUTDOWN_FUNCTION(DOTNET);  PHP_FUNCTION(DOTNET_load);  extern zend_module_entry DOTNET_module_entry;  | 
