Hi, On Sun, Dec 13, 2015 at 8:25 PM, Fish <fish.t...@gmail.com> wrote:
> Make the "block-outside-dns" option agnostic of Windows versions by > dynamically > loading WFP-related functions. Cross-compiled on Linux and tested on > Windows > XP/10. > --- > src/openvpn/Makefile.am | 2 +- > src/openvpn/init.c | 4 - > src/openvpn/options.c | 17 ++- > src/openvpn/win32.c | 114 ++++++++------- > src/openvpn/win32.h | 1 + > src/openvpn/win32_wfp.h | 359 > ++++++++++++++++++++++++++++++++++++++++++++++++ Looks good, including the attribution to the right mingw upstream.. But won't build, as the new header (win32_wfp.h) is not added to src/openvpn/Makefile.am --- without that it wont get into the dist tarball etc.. Next time please append a version number to the mail header: something like [PATCH v2] would do. I'm getting confused with too many versions :) Thanks, Selva