Hi, a small followup: the JIT doesn't build under WinCE/x86 as well
because the indirect, apparently unguarded inclusion of excpt.h from
windows.h (#included from sljitUtils.c) has

#define leave                           __leave

and this breaks pcre_jit_compile.c that has a "leave" field in a struct.

A simple #undef after the include leave seems to do the trick. :(

Thanks,
-- 
Giuseppe D'Angelo

-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to