oleaut32: Fix a signed/unsigned mismatch.
This commit is contained in:
parent
d5ce084686
commit
3543d51c7f
|
@ -545,7 +545,7 @@ static HRESULT WINAPI OLEPictureImpl_get_hPal(IPicture *iface,
|
|||
return E_POINTER;
|
||||
|
||||
switch (This->desc.picType) {
|
||||
case PICTYPE_UNINITIALIZED:
|
||||
case (UINT)PICTYPE_UNINITIALIZED:
|
||||
case PICTYPE_NONE:
|
||||
*phandle = 0;
|
||||
hres = S_FALSE;
|
||||
|
|
Loading…
Reference in New Issue