Alexandre Julliard : gdiplus: Fix a typo that breaks the Mingw build.

Alexandre Julliard julliard at winehq.org
Fri Jan 16 10:34:45 CST 2009


Module: wine
Branch: master
Commit: 0208fe2f1f0cc2bb3c5196ce5a3b73b2242b3faf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0208fe2f1f0cc2bb3c5196ce5a3b73b2242b3faf

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jan 16 16:36:29 2009 +0100

gdiplus: Fix a typo that breaks the Mingw build.

---

 dlls/gdiplus/brush.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/brush.c b/dlls/gdiplus/brush.c
index 7e1fa69..f0c9b20 100644
--- a/dlls/gdiplus/brush.c
+++ b/dlls/gdiplus/brush.c
@@ -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);
 




More information about the wine-cvs mailing list