Re: gdiplus: Implement trivial case of GdipCreateRegionRgnData for empty and infinite regions
9 Jun
2015
9 Jun
'15
4:24 a.m.
+ if (region_header->magic != VERSION_MAGIC) + return InvalidParameter; We should probably accept 0xdbc01002 as well here.
9 Jun
9 Jun
6: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.
3929
Age (days ago)
3929
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Vincent Povirk