Skip to content
Snippets Groups Projects
Commit 58eeb1a8 authored by Rémi Bernon's avatar Rémi Bernon :speech_balloon: Committed by Alexandre Julliard
Browse files

propsys: Fix VT_UI4 comparison, use ulVal instead of uiVal.

parent ef306b14
Branches
Tags
No related merge requests found
......@@ -865,7 +865,7 @@ INT WINAPI PropVariantCompareEx(REFPROPVARIANT propvar1, REFPROPVARIANT propvar2
CMP_NUM_VALUE(lVal);
break;
case VT_UI4:
CMP_NUM_VALUE(uiVal);
CMP_NUM_VALUE(ulVal);
break;
case VT_I8:
CMP_NUM_VALUE(hVal.QuadPart);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment