Aurimas Fischer : include: Add GdipSetStringFormatFlags prototype.

Alexandre Julliard julliard at winehq.org
Mon Feb 2 09:01:26 CST 2009


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

Author: Aurimas Fischer <aurimas at gmail.com>
Date:   Sun Feb  1 16:19:05 2009 +0200

include: Add GdipSetStringFormatFlags prototype.

---

 dlls/gdiplus/stringformat.c |    2 +-
 include/gdiplusflat.h       |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/stringformat.c b/dlls/gdiplus/stringformat.c
index 201201a..a28f014 100644
--- a/dlls/gdiplus/stringformat.c
+++ b/dlls/gdiplus/stringformat.c
@@ -284,7 +284,7 @@ GpStatus WINGDIPAPI GdipSetStringFormatTrimming(GpStringFormat *format,
     return Ok;
 }
 
-GpStatus WINGDIPAPI GdipSetStringFormatFlags(GDIPCONST GpStringFormat *format, INT flags)
+GpStatus WINGDIPAPI GdipSetStringFormatFlags(GpStringFormat *format, INT flags)
 {
     FIXME("format (%p) flags (%d)\n", format, flags);
 
diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h
index 1a39dee..cb53ea4 100644
--- a/include/gdiplusflat.h
+++ b/include/gdiplusflat.h
@@ -561,6 +561,7 @@ GpStatus WINGDIPAPI GdipSetStringFormatMeasurableCharacterRanges(
         GpStringFormat*, INT, GDIPCONST CharacterRange*);
 GpStatus WINGDIPAPI GdipSetStringFormatTabStops(GpStringFormat*,REAL,INT,GDIPCONST REAL*);
 GpStatus WINGDIPAPI GdipSetStringFormatTrimming(GpStringFormat*,StringTrimming);
+GpStatus WINGDIPAPI GdipSetStringFormatFlags(GpStringFormat*, INT);
 GpStatus WINGDIPAPI GdipStringFormatGetGenericDefault(GpStringFormat **);
 GpStatus WINGDIPAPI GdipStringFormatGetGenericTypographic(GpStringFormat **);
 




More information about the wine-cvs mailing list