fix a typo

svn path=/branches/ros-amd64-bringup/; revision=44506
This commit is contained in:
Timo Kreuzer
2009-12-10 01:09:51 +00:00
parent 5fae13a4ff
commit bcd5ab1175
+1 -1
View File
@@ -215,7 +215,7 @@ typedef struct STRUCT(_TEB)
LONG ExceptionCode;
#if (NTDDI_VERSION >= NTDDI_LONGHORN)
PTR(struct _ACTIVATION_CONTEXT_STACK*) ActivationContextStackPointer;
UCHAR SpareBytes1[0x30 - 3 * sizeof(PTR(PVOID)];
UCHAR SpareBytes1[0x30 - 3 * sizeof(PTR(PVOID))];
ULONG TxFsContext;
#elif (NTDDI_VERSION >= NTDDI_WS03)
PTR(struct _ACTIVATION_CONTEXT_STACK*) ActivationContextStackPointer;