From d2cccb2570b8f4f7aab1ab783a37e182e1a082dc Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 2 Mar 2013 19:22:27 +0000 Subject: [PATCH] [WIN32K] * Avoid inconsistent annotations for EngSaveFloatingPointState. svn path=/trunk/; revision=58402 --- reactos/win32ss/gdi/eng/float.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/win32ss/gdi/eng/float.c b/reactos/win32ss/gdi/eng/float.c index c2030593bd0..12687621668 100644 --- a/reactos/win32ss/gdi/eng/float.c +++ b/reactos/win32ss/gdi/eng/float.c @@ -34,8 +34,8 @@ EngRestoreFloatingPointState( ULONG APIENTRY EngSaveFloatingPointState( - _Out_ VOID *Buffer, - _In_ ULONG BufferSize) + VOID *Buffer, + ULONG BufferSize) { KFLOATING_SAVE TempBuffer; NTSTATUS Status;