combase/tests: Add tests for the hstring_private struct.
commitd372fdfd7dacb1f361fd6f5b3446b575854c98a0
authorBernhard Kölbl <besentv@gmail.com>
Mon, 24 Jan 2022 15:09:19 +0000 (24 16:09 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Jan 2022 20:53:56 +0000 (26 21:53 +0100)
treeb18eee97d66baad17444cf2a2bae5ba7a85f216e
parent41cfc86d8dd65c71a7c81b826d02ac0a99050d6a
combase/tests: Add tests for the hstring_private struct.

The goal of these tests is to show, that the memory layout
of hstring_private is different on Windows, than currently
used in Wine. This creates issues with the WinRT SDK, which
allocates HSTRINGs without using the functions provided by
the combase dll.

Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/combase/tests/string.c