diff options
Diffstat (limited to 'ext/com/php3_COM.h')
-rw-r--r-- | ext/com/php3_COM.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/com/php3_COM.h b/ext/com/php3_COM.h index a94c711559..60b7e06e97 100644 --- a/ext/com/php3_COM.h +++ b/ext/com/php3_COM.h @@ -3,8 +3,8 @@ #if WIN32|WINNT -extern int php3_minit_COM(INIT_FUNC_ARGS); -extern int php3_mshutdown_COM(SHUTDOWN_FUNC_ARGS); +extern PHP_MINIT_FUNCTION(COM); +extern PHP_MSHUTDOWN_FUNCTION(COM); PHP_FUNCTION(COM_load); PHP_FUNCTION(COM_invoke); |