Commit 0208fe2f authored by Alexandre Julliard's avatar Alexandre Julliard

gdiplus: Fix a typo that breaks the Mingw build.

parent 273dbe46
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment