You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ivan Zhakov <iv...@visualsvn.com> on 2016/08/11 11:24:01 UTC

[PATCH] Fix locks/win32/proc_mutex.c compilation on Windows

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.

-- 
Ivan Zhakov

Re: [PATCH] Fix locks/win32/proc_mutex.c compilation on Windows

Posted by Yann Ylavic <yl...@gmail.com>.
On Thu, Aug 11, 2016 at 1:24 PM, Ivan Zhakov <iv...@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.