Re: [Openvpn-devel] [PATCH] Fix local #include to use quoted form

2017-10-12 Thread Selva
Hi, On Thu, Oct 12, 2017 at 6:34 AM, Simon Rozman wrote: > .h include files from the same folder or addressed relatively to the > same folder should be #included using quoted form in MSVC. The angled > form is reserved for include files from folders specified using /I > path. > > Using angled fo

[Openvpn-devel] [PATCH] Fix local #include to use quoted form

2017-10-12 Thread Simon Rozman
.h include files from the same folder or addressed relatively to the same folder should be #included using quoted form in MSVC. The angled form is reserved for include files from folders specified using /I path. Using angled form, MSVC fails to locate local #include file, unless current folder is