From f57df982359d2e939e3621aeb4f6ecb0fa742932 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 21 Jan 2008 19:45:05 +0000 Subject: [PATCH] Fix static. svn path=/trunk/; revision=31928 --- reactos/subsystems/win32/win32k/ntuser/windc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/windc.c b/reactos/subsystems/win32/win32k/ntuser/windc.c index cab94d5de0b..a3b7e5a8758 100644 --- a/reactos/subsystems/win32/win32k/ntuser/windc.c +++ b/reactos/subsystems/win32/win32k/ntuser/windc.c @@ -160,7 +160,7 @@ DceAllocDCE(PWINDOW_OBJECT Window OPTIONAL, DCE_TYPE Type) return(pDce); } -VOID static STDCALL +static VOID STDCALL DceSetDrawable(PWINDOW_OBJECT Window OPTIONAL, HDC hDC, ULONG Flags, BOOL SetClipOrigin) {