Author: jimtabor
Date: Mon Jan 21 22:45:05 2008
New Revision: 31928
URL:
http://svn.reactos.org/svn/reactos?rev=31928&view=rev
Log:
Fix static.
Modified:
trunk/reactos/subsystems/win32/win32k/ntuser/windc.c
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/windc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/windc.c (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/windc.c Mon Jan 21 22:45:05 2008
@@ -160,7 +160,7 @@
return(pDce);
}
-VOID static STDCALL
+static VOID STDCALL
DceSetDrawable(PWINDOW_OBJECT Window OPTIONAL, HDC hDC, ULONG Flags,
BOOL SetClipOrigin)
{