Author: fireball
Date: Mon Jul 14 16:24:13 2008
New Revision: 34508
URL:
http://svn.reactos.org/svn/reactos?rev=34508&view=rev
Log:
- Remove special ReactOS-specific PUSHORT GDT pointer (usual PKGDTENTRY works good enough
now), spotted by Stefan Ginsberg.
Modified:
trunk/reactos/include/ndk/i386/ketypes.h
Modified: trunk/reactos/include/ndk/i386/ketypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/i386/ketypes.h…
==============================================================================
--- trunk/reactos/include/ndk/i386/ketypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/i386/ketypes.h [iso-8859-1] Mon Jul 14 16:24:13 2008
@@ -648,11 +648,7 @@
ULONG IDR;
PVOID KdVersionBlock;
PKIDTENTRY IDT;
-#ifdef __REACTOS__
- PUSHORT GDT;
-#else
PKGDTENTRY GDT;
-#endif
struct _KTSS *TSS;
USHORT MajorVersion;
USHORT MinorVersion;