Home
last modified time | relevance | path

Searched refs:pcwszRuntimeVersion (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/sxs/
H A Dsxs.c52 PCWSTR pcwszRuntimeVersion; member
182 ret->pcwszRuntimeVersion = (WCHAR *)ret_strings; in SxsLookupClrGuid()
185 ret->pcwszRuntimeVersion = NULL; in SxsLookupClrGuid()
/reactos/modules/rostests/winetests/sxs/
H A Dsxs.c46 PCWSTR pcwszRuntimeVersion; member
106 ok(lstrcmpW(info->pcwszRuntimeVersion, expected_runtime_version) == 0, "Got %s\n", in run_test()
107 wine_dbgstr_w(info->pcwszRuntimeVersion)); in run_test()