]> granicus.if.org Git - libevent/commit
Add missing strndup function on Windows to fix build on MSVC 2022
authorWilliam Marlow <william.marlow@ibm.com>
Sat, 18 Jun 2022 20:43:31 +0000 (21:43 +0100)
committerAzat Khuzhin <azat@libevent.org>
Sat, 9 Jul 2022 10:16:00 +0000 (13:16 +0300)
commite43376df2a4d01230f3d07b22eb2dd34e2c70806
treedfded8ea086204a1c4825039b5589b6260b1f32a
parentbf3ce77f6cf113839defa70b30e183d471a0dab5
Add missing strndup function on Windows to fix build on MSVC 2022

v2: Only define strndup on non-Mingw32 Windows
sample/https-client.c