]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commit
Avoid redefinition of UTF8_STRING
authorOwen Smith <owen.smith@citrix.com>
Tue, 30 Jun 2020 10:44:44 +0000 (11:44 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Wed, 1 Jul 2020 16:05:49 +0000 (17:05 +0100)
commit0e8db93972a24b946c3284809ccae8249be5c779
treeb5a39c6f87772219fe98ba1c3ff5ddf4d740da23
parentaa3599de5192f4540361361a8e635090bfe3bf38
Avoid redefinition of UTF8_STRING

UTF8_STRING is defined by MSVC 14.23 (_MSC_VER 1923, VisualStudio 16.3)
Use preprocessor to only define UTF8_STRING on earlier compiler
versions. This allows XenIface to build with both EWDK 19h1 18362.84 and
EWDK vb_release 19041.1

Signed-off-by: Owen Smith <owen.smith@citrix.com>
src/xeniface/wmi.c