]> git.ipfire.org Git - thirdparty/curl.git/commit
tests/server/util: fix Windows Unicode build
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 10 Apr 2019 17:26:35 +0000 (19:26 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 11 Apr 2019 19:03:20 +0000 (21:03 +0200)
commitdc0712eea3f4354e29330477bcf15b96f85e205c
tree43c0315b72435eabc7d08a655745777fba458d9d
parent20b8df1096c0befe6eb4cab835f103ad04c3e27e
tests/server/util: fix Windows Unicode build

Always use the ANSI version of FormatMessage as we don't have the
curl_multibyte gear available here.

Closes https://github.com/curl/curl/pull/3758
tests/server/util.c