gdiplus: Stub for GdipBitmapCreateApplyEffect.
diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h
index 803ea1a..4e830b5 100644
--- a/include/gdiplusflat.h
+++ b/include/gdiplusflat.h
@@ -40,6 +40,7 @@
/* Bitmap */
GpStatus WINGDIPAPI GdipBitmapApplyEffect(GpBitmap*,CGpEffect*,RECT*,BOOL,VOID**,INT*);
+GpStatus WINGDIPAPI GdipBitmapCreateApplyEffect(GpBitmap**,INT,CGpEffect*,RECT*,RECT*,GpBitmap**,BOOL,VOID**,INT*);
GpStatus WINGDIPAPI GdipBitmapGetPixel(GpBitmap*,INT,INT,ARGB*);
GpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap*,GDIPCONST GpRect*,UINT,
PixelFormat,BitmapData*);