mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix name for GdiFlush.
svn path=/trunk/; revision=26595
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user