Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com> --- src/openvpn/syshead.h | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h index 91a23d3..99a6674 100644 --- a/src/openvpn/syshead.h +++ b/src/openvpn/syshead.h @@ -439,16 +439,6 @@ #endif /* - * Define a boolean value based - * on Win32 status. - */ -#ifdef WIN32 -#define WIN32_0_1 1 -#else -#define WIN32_0_1 0 -#endif - -/* * Our socket descriptor type. */ #ifdef WIN32 -- 1.7.3.4