Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 49 of file persist.c.
Referenced by set_current_mon().
{ static const WCHAR fileW[] = {'f','i','l','e',':'}; static const WCHAR aboutW[] = {'a','b','o','u','t',':'}; static const WCHAR resW[] = {'r','e','s',':'}; return strncmpiW(fileW, url, sizeof(fileW)/sizeof(WCHAR)) && strncmpiW(aboutW, url, sizeof(aboutW)/sizeof(WCHAR)) && strncmpiW(resW, url, sizeof(resW)/sizeof(WCHAR)); }