1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

Remove a stray COM reference.

This commit is contained in:
Jon Parise
2003-02-18 23:22:15 +00:00
parent 891835e7aa
commit 40dacff24a

View File

@@ -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)
{
}
}