mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Added missing function to function_entry
This commit is contained in:
parent
5d7b69f43e
commit
c18338b84e
@ -41,6 +41,7 @@ function_entry w32api_functions[] = {
|
||||
PHP_FE(w32api_deftype, NULL)
|
||||
PHP_FE(w32api_init_dtype, NULL)
|
||||
PHP_FE(w32api_set_call_method, NULL)
|
||||
PHP_FE(w32api_invoke_function, NULL)
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user