update for HEAD-2003091401
[reactos.git] / lib / ntdll / rtl / thread.c
index fc39ff3..086e024 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
-#include <napi/teb.h>
-#include <ntdll/rtl.h>
-#include <rosrtl/thread.h>
+#define NTOS_MODE_USER
+#include <ntos.h>
 
 #define NDEBUG
 #include <ntdll/ntdll.h>
@@ -53,7 +51,7 @@ NTSTATUS STDCALL RtlCreateUserThread
   SecurityDescriptor
  );
  
- return RtlRosCreateUserThreadEx
+ return RtlRosCreateUserThread
  (
   ProcessHandle,
   &oaThreadAttribs,
@@ -78,7 +76,7 @@ NTSTATUS STDCALL RtlInitializeContext
  PUSER_STACK UserStack
 )
 {
- return RtlRosInitializeContextEx
+ return RtlRosInitializeContext
  (
   ProcessHandle,
   Context,