Author: hbelusca
Date: Sat Oct 4 14:40:59 2014
New Revision: 64522
URL:
http://svn.reactos.org/svn/reactos?rev=64522&view=rev
Log:
[PSDK/XDK]: Don't hardcode "80" in the CONTEXT structure, but use the
correct define.
Modified:
trunk/reactos/include/psdk/winnt.h
trunk/reactos/include/xdk/winnt_old.h
Modified: trunk/reactos/include/psdk/winnt.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=6…
==============================================================================
--- trunk/reactos/include/psdk/winnt.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/winnt.h [iso-8859-1] Sat Oct 4 14:40:59 2014
@@ -2974,7 +2974,7 @@
DWORD ErrorSelector;
DWORD DataOffset;
DWORD DataSelector;
- BYTE RegisterArea[80];
+ BYTE RegisterArea[SIZE_OF_80387_REGISTERS];
DWORD Cr0NpxState;
} FLOATING_SAVE_AREA, *PFLOATING_SAVE_AREA;
Modified: trunk/reactos/include/xdk/winnt_old.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/xdk/winnt_old.h?re…
==============================================================================
--- trunk/reactos/include/xdk/winnt_old.h [iso-8859-1] (original)
+++ trunk/reactos/include/xdk/winnt_old.h [iso-8859-1] Sat Oct 4 14:40:59 2014
@@ -1623,7 +1623,7 @@
DWORD ErrorSelector;
DWORD DataOffset;
DWORD DataSelector;
- BYTE RegisterArea[80];
+ BYTE RegisterArea[SIZE_OF_80387_REGISTERS];
DWORD Cr0NpxState;
} FLOATING_SAVE_AREA, *PFLOATING_SAVE_AREA;