]> granicus.if.org Git - php/commitdiff
MFH (#16628)
authorSander Roobol <sander@php.net>
Tue, 16 Apr 2002 14:20:57 +0000 (14:20 +0000)
committerSander Roobol <sander@php.net>
Tue, 16 Apr 2002 14:20:57 +0000 (14:20 +0000)
ext/w32api/w32api.c

index c3513e5f205b3fc63ebe1446b72b8f716c5f15a4..529fd56999061929ae538863b92bfd1562b0d844 100644 (file)
@@ -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}
 };
 /* }}} */
@@ -895,4 +896,4 @@ PHP_FUNCTION(w32api_init_dtype)
 /* }}} */
 
 
-#endif /* HAVE_W32API */
\ No newline at end of file
+#endif /* HAVE_W32API */