Marcin Baczyński : gdiplus: Add missing declarations for gdiplus.c.

Alexandre Julliard julliard at winehq.org
Wed Dec 9 10:46:26 CST 2009


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

Author: Marcin Baczyński <marbacz at gmail.com>
Date:   Wed Dec  9 01:08:44 2009 +0100

gdiplus: Add missing declarations for gdiplus.c.

---

 include/gdiplusflat.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h
index 4aed5d3..7c4fa70 100644
--- a/include/gdiplusflat.h
+++ b/include/gdiplusflat.h
@@ -528,6 +528,10 @@ GpStatus WINGDIPAPI GdipGetMetafileHeaderFromMetafile(GpMetafile*,MetafileHeader
 GpStatus WINGDIPAPI GdipGetMetafileHeaderFromStream(IStream*,MetafileHeader*);
 GpStatus WINGDIPAPI GdipGetMetafileHeaderFromWmf(HMETAFILE,GDIPCONST WmfPlaceableFileHeader*,MetafileHeader*);
 
+/* Notification */
+GpStatus WINAPI GdiplusNotificationHook(ULONG_PTR*);
+void WINAPI GdiplusNotificationUnhook(ULONG_PTR);
+
 /* PathGradientBrush */
 GpStatus WINGDIPAPI GdipCreatePathGradient(GDIPCONST GpPointF*,INT,GpWrapMode,GpPathGradient**);
 GpStatus WINGDIPAPI GdipCreatePathGradientI(GDIPCONST GpPoint*,INT,GpWrapMode,GpPathGradient**);




More information about the wine-cvs mailing list