Browse Source

Added missing function to function_entry

experimental/new_ui_api
Sander Roobol 24 years ago
parent
commit
c18338b84e
  1. 5
      ext/w32api/w32api.c

5
ext/w32api/w32api.c

@ -41,7 +41,8 @@ function_entry w32api_functions[] = {
PHP_FE(w32api_deftype, NULL)
PHP_FE(w32api_init_dtype, NULL)
PHP_FE(w32api_set_call_method, NULL)
{NULL, NULL, NULL}
PHP_FE(w32api_invoke_function, NULL)
{NULL, NULL, NULL}
};
/* }}} */
@ -895,4 +896,4 @@ PHP_FUNCTION(w32api_init_dtype)
/* }}} */
#endif /* HAVE_W32API */
#endif /* HAVE_W32API */
Loading…
Cancel
Save