| Commit in reactos/w32api/include/ddk on MAIN | |||
| winddk.h | +1 | -1 | 1.20 -> 1.21 | 
- Fixed the definition of KeGetCurrentKPCR.
diff -u -r1.20 -r1.21 --- winddk.h 30 Oct 2004 14:02:04 -0000 1.20 +++ winddk.h 31 Oct 2004 17:05:50 -0000 1.21 @@ -119,7 +119,7 @@
 {
   ULONG Value;
 
-  __asm__ __volatile__ ("movl %%fs:0x18, %0\n\t"
+  __asm__ __volatile__ ("movl %%fs:0x1C, %0\n\t"
 	  : "=r" (Value)
     : /* no inputs */
   );