From 3b6c35626009fa5bbb00e481d3f6701b24f264a4 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Mon, 16 Oct 2006 15:27:12 +0000 Subject: [PATCH] - Fix user-mode compilation. svn path=/trunk/; revision=24548 --- reactos/include/ndk/ifssupp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/include/ndk/ifssupp.h b/reactos/include/ndk/ifssupp.h index 2ebc600b46e..4105262485d 100644 --- a/reactos/include/ndk/ifssupp.h +++ b/reactos/include/ndk/ifssupp.h @@ -38,6 +38,9 @@ typedef struct _RTL_SPLAY_LINKS struct _RTL_SPLAY_LINKS *RightChild; } RTL_SPLAY_LINKS, *PRTL_SPLAY_LINKS; +typedef struct _RTL_GENERIC_TABLE RTL_GENERIC_TABLE, *PRTL_GENERIC_TABLE; +typedef ULONG TABLE_SEARCH_RESULT; + #if defined(USE_LPC6432) #define LPC_CLIENT_ID CLIENT_ID64 #define LPC_SIZE_T ULONGLONG