Home
last modified time | relevance | path

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

/reactos/base/applications/iexplore/
H A Dmain.c42 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 Dlpk.c123 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()