From d225ab948e8dd2adb3f35d53fb9d4100f2cafa8f Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 21 Mar 2009 00:25:52 +0000 Subject: [PATCH] Fix build. svn path=/trunk/; revision=40146 --- reactos/subsystems/win32/win32k/include/brush.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/subsystems/win32/win32k/include/brush.h b/reactos/subsystems/win32/win32k/include/brush.h index b2b5c8566ee..6173fe5e75e 100644 --- a/reactos/subsystems/win32/win32k/include/brush.h +++ b/reactos/subsystems/win32/win32k/include/brush.h @@ -81,4 +81,7 @@ typedef struct INT FASTCALL BRUSH_GetObject (PBRUSH GdiObject, INT Count, LPLOGBRUSH Buffer); BOOL INTERNAL_CALL BRUSH_Cleanup(PVOID ObjectBody); +VOID FASTCALL +EBRUSHOBJ_vInit(EBRUSHOBJ *BrushInst, PBRUSH BrushObj, XLATEOBJ *XlateObj); + #endif