[ros-diffs] [tkreuzer] 44512: [NDK] Fix some dependencies

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Dec 10 21:22:16 CET 2009


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/include/ndk/rtlfuncs.h?rev=44512&r1=44511&r2=44512&view=diff
==============================================================================
--- 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/include/ndk/rtltypes.h?rev=44512&r1=44511&r2=44512&view=diff
==============================================================================
--- 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/include/ndk/umtypes.h?rev=44512&r1=44511&r2=44512&view=diff
==============================================================================
--- 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
 {




More information about the Ros-diffs mailing list