Re: [Openvpn-devel] [PATCH] Add lz4 support to MSVC project.

2016-02-25 Thread Gert Doering
Hi, On Mon, Feb 22, 2016 at 03:09:23PM -0500, Fish wrote: > - Include lz4 code and header in VC project files. > - Fix an issue in comp-lz4.h that prevents it from compiling under MSVC. The patch does not apply for me Applying: Add lz4 support to MSVC project. error: patch failed: src/openvpn/op

[Openvpn-devel] [PATCH] Add lz4 support to MSVC project.

2016-02-22 Thread Fish
- Include lz4 code and header in VC project files. - Fix an issue in comp-lz4.h that prevents it from compiling under MSVC. --- config-msvc.h | 2 ++ src/compat/compat.vcxproj | 1 + src/compat/compat.vcxproj.filters | 3 +++ src/openvpn/comp-lz4.h