Home
last modified time | relevance | path

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

/reactos/dll/win32/urlmon/
H A Daxinstall.c34 static const WCHAR cab_extW[] = {'.','c','a','b',0}; variable
592 if(!wcsicmp(ext, cab_extW)) { in install_file()