Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/atl100/
H A Datl.c295 static const WCHAR scrrun_dll_suffixW[] = {'\\','s','c','r','r','u','n','.','d','l','l',0}; in test_typelib() local
307 ok(len > ARRAY_SIZE(scrrun_dll_suffixW) in test_typelib()
308 && lstrcmpiW(path+len-ARRAY_SIZE(scrrun_dll_suffixW), scrrun_dll_suffixW), in test_typelib()