From 0a109d92eacaa3ad4fe55e0ec5de87ff09f60616 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 14 Jul 2008 21:24:13 +0000 Subject: [PATCH] - Remove special ReactOS-specific PUSHORT GDT pointer (usual PKGDTENTRY works good enough now), spotted by Stefan Ginsberg. svn path=/trunk/; revision=34508 --- reactos/include/ndk/i386/ketypes.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/include/ndk/i386/ketypes.h b/reactos/include/ndk/i386/ketypes.h index 5f7fcf875c8..414ef1df675 100644 --- a/reactos/include/ndk/i386/ketypes.h +++ b/reactos/include/ndk/i386/ketypes.h @@ -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;