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/12/18 18:13:50 UTC

Re: [PATCH] Use CreateFileMappingW on Unicode capable Windows

On 12 August 2016 at 22:46, Ivan Zhakov <iv...@visualsvn.com> wrote:
> Hi,
>
> Some ANSI APIs like CreateFileMappingA is not available on Windows
> Nano Server, while APR code in mmap/win32/mmap.c use
> CreateFileMappingA unconditionally. Attached patch fixes this problem.
> APR already has similar code in shmem/win32/shm.c.
>
Committed in r1774923.


-- 
Ivan Zhakov