+#if !(WIN32|WINNT) +#include "php_config.h" +#endif You should use PHP_WIN32 instead of (WIN32|WINNT). In any case, I think these three lines can be erased because php.h includes php_compat.h which in turn includes php_config.h when not under Windows and the Windows config when necessary. Andi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-CVS] cvs: php4 /ext/dbx .cvsignore LICENSE dbx.c dbx.dsp... Marc Boeren
- Andi Gutmans