Author: akhaldi
Date: Wed Mar 10 17:10:32 2010
New Revision: 46060
URL:
http://svn.reactos.org/svn/reactos?rev=46060&view=rev
Log:
[NTIFS]
Remove RTL_SPLAY_LINKS definition
Modified:
branches/header-work/include/ddk/ntifs.h
Modified: branches/header-work/include/ddk/ntifs.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/ntifs.h…
==============================================================================
--- branches/header-work/include/ddk/ntifs.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/ntifs.h [iso-8859-1] Wed Mar 10 17:10:32 2010
@@ -1528,12 +1528,6 @@
NTAPI
RtlIsValidOemCharacter(
IN OUT PWCHAR Char);
-
-typedef struct _RTL_SPLAY_LINKS {
- struct _RTL_SPLAY_LINKS *Parent;
- struct _RTL_SPLAY_LINKS *LeftChild;
- struct _RTL_SPLAY_LINKS *RightChild;
-} RTL_SPLAY_LINKS, *PRTL_SPLAY_LINKS;
typedef struct _PREFIX_TABLE_ENTRY {
CSHORT NodeTypeCode;