summaryrefslogtreecommitdiff
path: root/ext/com/php_COM.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2000-06-09 15:42:50 +0000
committerSVN Migration <svn@php.net>2000-06-09 15:42:50 +0000
commit133d50b882e08187c803105493c5609088076ab5 (patch)
treee7fcf3106cad2ac7a449bfd2b96a25f5d9abc7af /ext/com/php_COM.h
parent03e842ccb8fb54bb33e7430e584ed6c2b00b9856 (diff)
downloadphp-git-PRE_EIGHT_BYTE_ALLOC_PATCH.tar.gz
This commit was manufactured by cvs2svn to create tagPRE_EIGHT_BYTE_ALLOC_PATCH
'PRE_EIGHT_BYTE_ALLOC_PATCH'.
Diffstat (limited to 'ext/com/php_COM.h')
-rw-r--r--ext/com/php_COM.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/ext/com/php_COM.h b/ext/com/php_COM.h
deleted file mode 100644
index 64d9c16548..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 */