On Thu, Aug 11, 2016 at 1:24 PM, Ivan Zhakov <i...@visualsvn.com> wrote: > Currently APR build fails on Windows due small type on > locks/win32/proc_mutex.c: > [[ > locks\win32\proc_mutex.c(252): error C2065: 'mutex' : undeclared identifier > ]] > > Attached patch fixes this error.
Thanks Ivan, committed in http://svn.apache.org/r1755954 (and backported to 1.6.x branch in r1755956). Regards, Yann.