mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user