Searched refs:translationW (Results 1 – 2 of 2) sorted by relevance
/reactos/base/applications/iexplore/ |
H A D | main.c | 42 static const WCHAR translationW[] = in check_native_ie() local 57 if (VerQueryValueW(buf, translationW, (void **)&translation, &bytes)) in check_native_ie()
|
/reactos/dll/win32/lpk/ |
H A D | lpk.c | 123 static const WCHAR translationW[] = { '\\','V','a','r','F','i','l','e','I','n','f','o', in LPK_ApplyMirroring() local 143 if (!VerQueryValueW( data, translationW, (void **)&languages, &len ) || !len) goto done; in LPK_ApplyMirroring()
|