mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[NDK]
Protect LDT_ENTRY from redefinition svn path=/trunk/; revision=48120
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user