Commit in reactos/include/ddk on MAIN | |||
kefuncs.h | +10 | 1.39 -> 1.40 |
- Added KeSaveFloatingPoint and KeRestoreFloatingPointState to the old ddk so win32k can use them.
diff -u -r1.39 -r1.40 --- kefuncs.h 18 Jan 2004 22:39:05 -0000 1.39 +++ kefuncs.h 11 Mar 2004 21:42:01 -0000 1.40 @@ -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