Fix name for GdiFlush.

svn path=/trunk/; revision=26595
This commit is contained in:
James Tabor
2007-04-30 17:20:56 +00:00
parent 817d5ed49b
commit c0289e7d9d
2 changed files with 1 additions and 4 deletions
@@ -378,9 +378,6 @@ NtGdiGdiComment (
CONST LPBYTE Data
);
/* Should be NtGdiFlush. */
BOOL STDCALL NtGdiGdiFlush (VOID);
/* Should be done in user-mode. */
DWORD STDCALL NtGdiGdiGetBatchLimit (VOID);
@@ -25,7 +25,7 @@
BOOL
STDCALL
NtGdiGdiFlush(VOID)
NtGdiFlush(VOID)
{
UNIMPLEMENTED;
return FALSE;