[PATCH 3/6] ole32, propsys: Rework PROPVARIANT (de)serialization

Nikolay Sivov bunglehead at gmail.com
Wed Jul 15 14:24:13 CDT 2015


On 14.07.2015 22:47, Jonas Kümmerlin wrote:
> +@ stdcall wine_WritePropertyToBuffer(ptr ptr long ptr long long)
> +@ stdcall wine_SerializedPropertySize(ptr ptr long long)
> +@ stdcall wine_ReadProperty(ptr ptr long ptr long long ptr ptr)

We avoid custom exports, unless there's absolutely no way to go without 
them. If you're sure public API is not enough, you should consider 
duplication of relevant parts.



More information about the wine-devel mailing list