summaryrefslogtreecommitdiff
path: root/ext/com/variant.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2001-08-08 15:06:09 +0000
committerSVN Migration <svn@php.net>2001-08-08 15:06:09 +0000
commit22909a77ef3489ef6be3c860d0002ea66c4436f0 (patch)
tree480ca7c565161cc36eddc9f8eee073ef10be3019 /ext/com/variant.h
parent2f6cd308f9a8c53e0ce359603f4746b27bc32356 (diff)
downloadphp-git-PRE_METHOD_DEREFERENCE_PATCH.tar.gz
This commit was manufactured by cvs2svn to create tagPRE_METHOD_DEREFERENCE_PATCH
'PRE_METHOD_DEREFERENCE_PATCH'.
Diffstat (limited to 'ext/com/variant.h')
-rw-r--r--ext/com/variant.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/com/variant.h b/ext/com/variant.h
deleted file mode 100644
index ec25ee4e4b..0000000000
--- a/ext/com/variant.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef VARIANT_H
-#define VARIANT_H
-
-#if PHP_WIN32
-
-#define ALLOC_VARIANT(v) (v) = (VARIANT *) emalloc(sizeof(VARIANT))
-#define IS_VARIANT php_VARIANT_get_le_variant()
-
-#endif /* PHP_WIN32 */
-
-#endif /* VARIANT_H */