[NDK]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 19 Jul 2010 19:43:09 +0000 (19:43 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 19 Jul 2010 19:43:09 +0000 (19:43 +0000)
Protect LDT_ENTRY from redefinition

svn path=/trunk/; revision=48120

reactos/include/ndk/amd64/ketypes.h

index fb97dbc..9e9042f 100644 (file)
@@ -253,7 +253,10 @@ typedef struct _KCALLOUT_FRAME
 //
 // Dummy LDT_ENTRY
 //
+#ifndef _LDT_ENTRY_DEFINED
+#define _LDT_ENTRY_DEFINED
 typedef ULONG LDT_ENTRY;
+#endif
 
 //
 // GDT Entry Definition