On 09/09/2019 10:57, Lev Stipakov wrote: > Since the very beginning this define has only > been used together with _WIN32 and code wrapped into it > uses Win32 API, so it could be safely removed and > replaced with _WIN32. > > Signed-off-by: Lev Stipakov <[email protected]> > --- > src/openvpn/forward.c | 4 ++-- > src/openvpn/tun.h | 2 -- > 2 files changed, 2 insertions(+), 4 deletions(-) > I've only glared at the code, and it makes sense. It removes a macro only enabled when _WIN32 is anyhow defined. When this macro doesn't even give much extra clarity, swapping out TUN_PASS_BUFFER with _WIN32 makes more sense.
Acked-By: David Sommerseth <[email protected]> -- kind regards, David Sommerseth OpenVPN Inc _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
