diff options
author | Uwe Steinmann <steinm@php.net> | 2000-07-06 05:30:06 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-07-06 05:30:06 +0000 |
commit | e1d9d149abf88673bff3edbf1d3cf9799be70c7f (patch) | |
tree | c365d9f372cf98c39c114cf4821669e08b5531ce /ext/fdf/php_fdf.h | |
parent | dc7441c2fd00f2f21a9a2dc3a38990c0322f0c14 (diff) | |
download | php-git-e1d9d149abf88673bff3edbf1d3cf9799be70c7f.tar.gz |
- fixed compile problems on win32 (thanks to Gabriel Weisz <gweisz@l-speed.com>)
Diffstat (limited to 'ext/fdf/php_fdf.h')
-rw-r--r-- | ext/fdf/php_fdf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index c02cc4c247..6f3d5fe9b0 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -62,4 +62,5 @@ PHP_FUNCTION(fdf_add_template); #else #define phpext_fdf_ptr NULL #endif +#define phpext_fdf_ptr fdf_module_ptr #endif /* PHP_FDF_H */ |