4 Aug
2025
4 Aug
'25
7:28 p.m.
Nikolay Sivov (@nsivov) commented about dlls/combase/tests/string.c:
+ HSTRING str; + }; + }; +}; +#pragma pack(pop) + +static void test_marshal(void) +{ + static const WCHAR str_buf[] = L"marshal_test1"; + static const ULONG str_len = ARRAY_SIZE(str_buf) - 1; + static const ULONG str_bytes = str_len * sizeof(WCHAR); +#ifdef _WIN64 + const ULONG exp_prefix = WDT_INPROC64_CALL; +#else + const ULONG exp_prefix = WDT_INPROC_CALL; +#endif This value is called context everywhere else.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8703#note_112067