Author: tkreuzer
Date: Thu Dec 10 04:07:30 2009
New Revision: 44512
URL:
http://svn.reactos.org/svn/reactos?rev=44512&view=rev
Log:
[NDK]
Fix some dependencies
Modified:
branches/ros-amd64-bringup/reactos/include/ndk/rtlfuncs.h
branches/ros-amd64-bringup/reactos/include/ndk/rtltypes.h
branches/ros-amd64-bringup/reactos/include/ndk/umtypes.h
Modified: branches/ros-amd64-bringup/reactos/include/ndk/rtlfuncs.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/inclu…
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/ndk/rtlfuncs.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/ndk/rtlfuncs.h [iso-8859-1] Thu Dec 10
04:07:30 2009
@@ -25,6 +25,7 @@
#include <umtypes.h>
#include <ntnls.h>
#include <rtltypes.h>
+#include <pstypes.h>
#include <extypes.h>
#include "in6addr.h"
#include "inaddr.h"
Modified: branches/ros-amd64-bringup/reactos/include/ndk/rtltypes.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/inclu…
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/ndk/rtltypes.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/ndk/rtltypes.h [iso-8859-1] Thu Dec 10
04:07:30 2009
@@ -23,6 +23,8 @@
// Dependencies
//
#include <umtypes.h>
+#include <mmtypes.h>
+#include <ldrtypes.h>
//
// Maximum Atom Length
Modified: branches/ros-amd64-bringup/reactos/include/ndk/umtypes.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/inclu…
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/ndk/umtypes.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/ndk/umtypes.h [iso-8859-1] Thu Dec 10
04:07:30 2009
@@ -151,6 +151,8 @@
CONST CHAR *Buffer;
} CSTRING, *PCSTRING;
+#endif
+
typedef struct _STRING32 {
USHORT Length;
USHORT MaximumLength;
@@ -167,7 +169,6 @@
UNICODE_STRING64, *PUNICODE_STRING64,
ANSI_STRING64, *PANSI_STRING64;
-#endif
typedef struct _OBJECT_ATTRIBUTES
{