[Gdiplus 1/4] Correct stdcall for GdipFlush

Adam Petaccia adam at tpetaccia.com
Tue Jul 1 19:46:31 CDT 2008


The prototype is GpStatus WINGDIPAPI GdipFlush(GpGraphics *graphics, GpFlushIntention intention)
---
 dlls/gdiplus/gdiplus.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/gdiplus.spec b/dlls/gdiplus/gdiplus.spec
index 61cc2de..587f2ab 100644
--- a/dlls/gdiplus/gdiplus.spec
+++ b/dlls/gdiplus/gdiplus.spec
@@ -234,7 +234,7 @@
 @ stdcall GdipFindFirstImageItem(ptr ptr)
 @ stub GdipFindNextImageItem
 @ stub GdipFlattenPath
-@ stdcall GdipFlush(long)
+@ stdcall GdipFlush(ptr long)
 @ stdcall GdipFree(ptr)
 @ stub GdipGetAdjustableArrowCapFillState
 @ stub GdipGetAdjustableArrowCapHeight
-- 
1.5.4.3




More information about the wine-patches mailing list