From 3f80132ea88b86b490995107bdad7d1dead9d15c Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Thu, 6 Jul 2000 16:19:37 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'PRE_METHOD_CALL_SEPERATE_FIX_PATCH'. --- ext/com/php_COM.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ext/com/php_COM.h (limited to 'ext/com/php_COM.h') diff --git a/ext/com/php_COM.h b/ext/com/php_COM.h deleted file mode 100644 index addb22e7a3..0000000000 --- a/ext/com/php_COM.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef PHP_COM_H -#define PHP_COM_H - -#if WIN32|WINNT - -extern PHP_MINIT_FUNCTION(COM); -extern PHP_MSHUTDOWN_FUNCTION(COM); -PHP_FUNCTION(COM_load); -PHP_FUNCTION(COM_invoke); - -PHP_FUNCTION(com_propget); -PHP_FUNCTION(com_propput); -extern zend_module_entry COM_module_entry; -#define COM_module_ptr &COM_module_entry - -#else - -#define COM_module_ptr NULL - -#endif /* Win32|WINNT */ - -#define phpext_COM_ptr COM_module_ptr - -#endif /* PHP_COM_H */ -- cgit v1.2.1