diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-18 15:09:46 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-18 15:09:46 +0000 |
commit | 2e8fb4e329bf98eb33dffad4c5fb1b49f73e7517 (patch) | |
tree | 0cef87cb577ab975c49918f0a17576340233e02c /main/php3_compat.h | |
parent | 593e603e4b82410c076836d5d3fdbe694c98a620 (diff) | |
download | php-git-2e8fb4e329bf98eb33dffad4c5fb1b49f73e7517.tar.gz |
Win32 registry support
Diffstat (limited to 'main/php3_compat.h')
-rw-r--r-- | main/php3_compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php3_compat.h b/main/php3_compat.h index 060786a2a4..0fb9097330 100644 --- a/main/php3_compat.h +++ b/main/php3_compat.h @@ -77,4 +77,7 @@ #define zend_print_pval zend_print_zval #define zend_print_pval_r zend_print_zval_r + +#define function_entry zend_function_entry + #endif /* _PHP3_COMPAT_H */ |