Randy Kobes wrote:
Hi, In trying to compile the current cvs mod_perl 2 on Win32 (Apache/2.0.47), I've run into a problem with the use of VOID in the definition of modperl_hook_run_mode_e in src/modules/perl/modperl_types.h - being case insensitive, I think Win32 is interpreting this as 'void', and gets pretty confused. A s/VOID/MP_VOID/ gets around this, but perhaps there's a more intuitive name?
bah - I _knew_ that would be a problem for somebody...
I'd suggest renaming them all to MP_ or MP_HOOK_.
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
