Commit b1fed4e9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ole32: Use boolean return value in boolean function.

parent 9ab0eab9
......@@ -2763,7 +2763,7 @@ BOOLEAN WINAPI StgConvertPropertyToVariant(const SERIALIZEDPROPERTYVALUE* prop,
PropVariantInit(pvar);
}
return 0;
return FALSE;
}
SERIALIZEDPROPERTYVALUE* WINAPI StgConvertVariantToProperty(const PROPVARIANT *pvar,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment