[ros-diffs] [tkreuzer] 48120: [NDK] Protect LDT_ENTRY from redefinition

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Mon Jul 19 19:43:09 UTC 2010


Author: tkreuzer
Date: Mon Jul 19 19:43:09 2010
New Revision: 48120

URL: http://svn.reactos.org/svn/reactos?rev=48120&view=rev
Log:
[NDK]
Protect LDT_ENTRY from redefinition

Modified:
    trunk/reactos/include/ndk/amd64/ketypes.h

Modified: trunk/reactos/include/ndk/amd64/ketypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/amd64/ketypes.h?rev=48120&r1=48119&r2=48120&view=diff
==============================================================================
--- trunk/reactos/include/ndk/amd64/ketypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/amd64/ketypes.h [iso-8859-1] Mon Jul 19 19:43:09 2010
@@ -253,7 +253,10 @@
 //
 // Dummy LDT_ENTRY
 //
+#ifndef _LDT_ENTRY_DEFINED
+#define _LDT_ENTRY_DEFINED
 typedef ULONG LDT_ENTRY;
+#endif
 
 //
 // GDT Entry Definition




More information about the Ros-diffs mailing list