diff options
Diffstat (limited to 'ext/rpc/com/conversion.h')
| -rw-r--r-- | ext/rpc/com/conversion.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/rpc/com/conversion.h b/ext/rpc/com/conversion.h index f16d67306b..b8c534fa22 100644 --- a/ext/rpc/com/conversion.h +++ b/ext/rpc/com/conversion.h @@ -1,6 +1,14 @@ #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); |
