- Remove special ReactOS-specific PUSHORT GDT pointer (usual PKGDTENTRY works good enough now), spotted by Stefan Ginsberg.

svn path=/trunk/; revision=34508
This commit is contained in:
Aleksey Bragin 2008-07-14 21:24:13 +00:00
parent c4a306e3f7
commit 0a109d92ea

View file

@ -648,11 +648,7 @@ typedef struct _KIPCR
ULONG IDR;
PVOID KdVersionBlock;
PKIDTENTRY IDT;
#ifdef __REACTOS__
PUSHORT GDT;
#else
PKGDTENTRY GDT;
#endif
struct _KTSS *TSS;
USHORT MajorVersion;
USHORT MinorVersion;