summaryrefslogtreecommitdiff
path: root/ext/com/conversion.h
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2003-01-10 23:39:09 +0000
committerHarald Radi <phanto@php.net>2003-01-10 23:39:09 +0000
commitfff34aa3beb2c83a54aa130202d86c56b62e01fd (patch)
tree2a0fe9f4c48b39f6aa20679eac677318cb3e2395 /ext/com/conversion.h
parentc3867a7c8e6bb224b809ac4831eee6cbdc839740 (diff)
downloadphp-git-fff34aa3beb2c83a54aa130202d86c56b62e01fd.tar.gz
ext/com is not compatible with ZE2, the ZE2 version is located in
ext/rpc/com
Diffstat (limited to 'ext/com/conversion.h')
-rw-r--r--ext/com/conversion.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/ext/com/conversion.h b/ext/com/conversion.h
deleted file mode 100644
index 7bd75f4882..0000000000
--- a/ext/com/conversion.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef CONVERSION_H
-#define CONVERSION_H
-
-/* isn't this defined somewhere else ? */
-
-#define Z_TRUE 1
-#define Z_FALSE 0
-
-#define VT_TRUE -1
-#define VT_FALSE 0
-
-BEGIN_EXTERN_C()
-
-PHPAPI void php_pval_to_variant(pval *pval_arg, VARIANT *var_arg, int codepage TSRMLS_DC);
-PHPAPI void php_pval_to_variant_ex(pval *pval_arg, VARIANT *var_arg, pval *pval_type, int codepage TSRMLS_DC);
-PHPAPI void php_pval_to_variant_ex2(pval *pval_arg, VARIANT *var_arg, VARTYPE type, int codepage TSRMLS_DC);
-PHPAPI int php_variant_to_pval(VARIANT *var_arg, pval *pval_arg, int codepage TSRMLS_DC);
-PHPAPI OLECHAR *php_char_to_OLECHAR(char *C_str, uint strlen, int codepage TSRMLS_DC);
-PHPAPI char *php_OLECHAR_to_char(OLECHAR *unicode_str, uint *out_length, int codepage TSRMLS_DC);
-
-END_EXTERN_C()
-
-#endif \ No newline at end of file