diff --git a/ext/rpc/skeleton/skeleton.c b/ext/rpc/skeleton/skeleton.c index a086cf31322..99af187af65 100644 --- a/ext/rpc/skeleton/skeleton.c +++ b/ext/rpc/skeleton/skeleton.c @@ -115,7 +115,7 @@ ZEND_MINFO_FUNCTION(skeleton) DISPLAY_INI_ENTRIES(); } -#ifdef COMPILE_DL_COM +#ifdef COMPILE_DL_SKELETON ZEND_GET_MODULE(skeleton); #endif @@ -220,4 +220,4 @@ static int skeleton_get_properties(HashTable **properties, void **data) /* custom functions */ ZEND_FUNCTION(skeleton_function) { -} \ No newline at end of file +}