mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Added KeSaveFloatingPoint and KeRestoreFloatingPointState to the old
ddk so win32k can use them. svn path=/trunk/; revision=8651
This commit is contained in:
@@ -4,6 +4,16 @@
|
||||
|
||||
/* KERNEL FUNCTIONS ********************************************************/
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
KeRestoreFloatingPointState(
|
||||
IN PKFLOATING_SAVE FloatSave);
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
KeSaveFloatingPointState(
|
||||
OUT PKFLOATING_SAVE FloatSave);
|
||||
|
||||
#ifndef KeFlushIoBuffers
|
||||
#define KeFlushIoBuffers(Mdl, ReadOperation, DmaOperation)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user