]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Use mingw compile definition also to unit tests
authorArne Schwabe <arne@rfc2549.org>
Tue, 16 Jan 2024 13:18:31 +0000 (14:18 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 16 Jan 2024 13:21:43 +0000 (14:21 +0100)
commit0ce06893912830fa2044c5d6a62e6333366afd4a
treec74ecab1c57ea755a14e6550ddad221721ce594a
parentc58c7c3c669461805956dabc703c1279fe58eeee
Use mingw compile definition also to unit tests

Currently we only apply the defines for windows APIs and Unicode to
OpenVPN itself. We should rather treat the unit tests the same as
our main binary to reduce potential differences.

Change-Id: Ie5aa643ab6190262f7c8b9e614bedb398e85859b
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20240116131831.31217-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28019.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
CMakeLists.txt