j
k
j a
j l
Hi Austin,
static BOOL msi_strequal(LPCWSTR str1, LPCSTR str2) { - DWORD len, ret; + WCHAR len, ret;
WCHAR doesn't look like a right type here. Although technically it's integer, it's meant for unicode chars.
Jacek
Back to the thread
Back to the list