mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K]
* Avoid inconsistent annotations for EngSaveFloatingPointState. svn path=/trunk/; revision=58402
This commit is contained in:
@@ -34,8 +34,8 @@ EngRestoreFloatingPointState(
|
||||
ULONG
|
||||
APIENTRY
|
||||
EngSaveFloatingPointState(
|
||||
_Out_ VOID *Buffer,
|
||||
_In_ ULONG BufferSize)
|
||||
VOID *Buffer,
|
||||
ULONG BufferSize)
|
||||
{
|
||||
KFLOATING_SAVE TempBuffer;
|
||||
NTSTATUS Status;
|
||||
|
||||
Reference in New Issue
Block a user