Re: gdiplus: Implement trivial case of GdipCreateRegionRgnData for empty and infinite regions
June 9, 2015
3:24 a.m.
+ if (region_header->magic != VERSION_MAGIC) + return InvalidParameter; We should probably accept 0xdbc01002 as well here.
June 2015
5:20 a.m.
New subject: gdiplus: Implement trivial case of GdipCreateRegionRgnData for empty and infinite regions
On 09.06.2015 6:24, Vincent Povirk wrote:
+ if (region_header->magic != VERSION_MAGIC) + return InvalidParameter;
We should probably accept 0xdbc01002 as well here.
Oh, right, will resend. Thank you.
3944
Age (days ago)
3944
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Vincent Povirk