gdiplus: Fix a typo that breaks the Mingw build.
This commit is contained in:
parent
273dbe4619
commit
0208fe2f1f
|
@ -149,7 +149,7 @@ static LONG HatchStyleToHatch(HatchStyle hatchstyle)
|
|||
/******************************************************************************
|
||||
* GdipCreateHatchBrush [GDIPLUS.@]
|
||||
*/
|
||||
GpStatus WINGDIAPI GdipCreateHatchBrush(HatchStyle hatchstyle, ARGB forecol, ARGB backcol, GpHatch **brush)
|
||||
GpStatus WINGDIPAPI GdipCreateHatchBrush(HatchStyle hatchstyle, ARGB forecol, ARGB backcol, GpHatch **brush)
|
||||
{
|
||||
COLORREF fgcol = ARGB2COLORREF(forecol);
|
||||
|
||||
|
|
Loading…
Reference in New Issue