From: James Yonan Date: Thu, 8 May 2014 22:50:35 +0000 (-0600) Subject: Define PATH_SEPARATOR for MSVC builds. X-Git-Tag: v2.4_alpha1~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e583cae83b8c2590dad0c4ce238bc2a45196f914;p=thirdparty%2Fopenvpn.git Define PATH_SEPARATOR for MSVC builds. Signed-off-by: James Yonan Acked-by: Gert Doering Message-Id: <1399589436-8730-6-git-send-email-james@openvpn.net> URL: http://article.gmane.org/gmane.network.openvpn.devel/8714 Signed-off-by: Gert Doering (cherry picked from commit 3e8e496008f6634234d5867a22d7a1c03a5bf164) --- diff --git a/config-msvc.h b/config-msvc.h index 9a95ae657..fa993843a 100644 --- a/config-msvc.h +++ b/config-msvc.h @@ -76,6 +76,9 @@ #define HAVE_OPENSSL_ENGINE 1 +#define PATH_SEPARATOR '\\' +#define PATH_SEPARATOR_STR "\\" + #ifndef __cplusplus #define inline __inline #endif