We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e45653c + 0cd1741 commit 057737cCopy full SHA for 057737c
ext/com_dotnet/php_com_dotnet_internal.h
@@ -72,7 +72,7 @@ zend_class_entry *php_com_variant_class_entry, *php_com_exception_class_entry, *
72
zend_object* php_com_object_new(zend_class_entry *ce);
73
zend_object* php_com_object_clone(zend_object *object);
74
void php_com_object_free_storage(zend_object *object);
75
-zend_object_handlers php_com_object_handlers;
+extern zend_object_handlers php_com_object_handlers;
76
void php_com_object_enable_event_sink(php_com_dotnet_object *obj, bool enable);
77
78
/* com_saproxy.c */
0 commit comments