aboutsummaryrefslogtreecommitdiff
path: root/openvpn.sln
diff options
context:
space:
mode:
authorSelva Nair2021-10-15 13:53:30 -0400
committerGert Doering2021-10-19 11:42:53 +0200
commit077445d0d82128dc90e50043546d4a2d8647eb9c (patch)
treec32a74f89f103f64c3ab4738f66fa056befd39d4 /openvpn.sln
parent51be733ba236610dff6a1c361cf59172db97473a (diff)
downloadopenvpn-077445d0d82128dc90e50043546d4a2d8647eb9c.zip
openvpn-077445d0d82128dc90e50043546d4a2d8647eb9c.tar.gz
Fix some more wrong defines in config-msvc.h
Not sure where these came from, but here goes: S_IRUSR = 0 --> _S_IREAD S_IWUSR = 0 --> _S_IWRITE ENABLE_DEBUG is on, but I do not think we want it in production build (removed). S_IRGRP is not defined but seems to be used. I have added it, remove if not required. This define is based on mingw and matches MS docs on <filesystem> (https://docs.microsoft.com/en-us/cpp/standard-library/filesystem-enumerati ons?view=msvc-160) Trac: #1430 Acked-by: Lev Stipakov <lstipakov@gmail.com> Message-Id: <20211015175330.15760-1-selva.nair@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22942.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'openvpn.sln')
0 files changed, 0 insertions, 0 deletions