wchar_t *foo = L"bar"; wchar_t *bar = NULL; if(!strcmpiW(foo, bar)) { // BOOM // ... }