programs/msiexec: sign compare fixes

Jacek Caban jacek at codeweavers.com
Sun Aug 23 13:50:57 CDT 2009


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




More information about the wine-devel mailing list