[ros-diffs] [akhaldi] 46060: [NTIFS] Remove RTL_SPLAY_LINKS definition

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Wed Mar 10 17:10:32 CET 2010


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?rev=46060&r1=46059&r2=46060&view=diff
==============================================================================
--- 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;




More information about the Ros-diffs mailing list