gdiplus: Fix a typo that breaks the Mingw build.

This commit is contained in:
Alexandre Julliard 2009-01-16 16:36:29 +01:00
parent 273dbe4619
commit 0208fe2f1f
1 changed files with 1 additions and 1 deletions

View File

@ -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);