On 05/15/2018 05:25 PM, Liu Hao wrote:
> The trick should work, but it can still be improved a little by changing
>
> ```
> +        D2D1_SIZE_F __ret;
> +        return *GetSize(&__ret);
> ```
>
> to
>
> ```
> +        D2D1_SIZE_F __ret;
> +        GetSize(&__ret);
> +        return __ret;
> ```
>

Sure, I will send a new version.


Thanks for the review,

Jacek


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to