Searched refs:manifestsW (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/sxs/ |
H A D | cache.c | 568 static const WCHAR manifestsW[] = {'m','a','n','i','f','e','s','t','s','\\',0}; in build_manifest_filename() local 575 len += ARRAY_SIZE(manifestsW) - 1; in build_manifest_filename() 583 lstrcatW( ret, manifestsW ); in build_manifest_filename()
|