Commit in reactos/include/ddk on MAIN
kefuncs.h+101.39 -> 1.40

- Added KeSaveFloatingPoint and KeRestoreFloatingPointState to the old
ddk so win32k can use them.

reactos/include/ddk
kefuncs.h 1.39 -> 1.40
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
CVSspam 0.2.8