jingle bells batman smells, robin laid an egg (build rosrtl with NDK)

svn path=/trunk/; revision=16175
This commit is contained in:
Alex Ionescu 2005-06-20 20:07:52 +00:00
parent f9eab6bf5e
commit f239820920
9 changed files with 17 additions and 17 deletions

View file

@ -1,5 +1,4 @@
#define NTOS_MODE_USER
#include <ntos.h>
#include <ddk/ntddk.h>
#include <rosrtl/recmutex.h>
VOID RecursiveMutexInit( PRECURSIVE_MUTEX RecMutex ) {

View file

@ -1,5 +1,6 @@
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ndk/ntndk.h>
#include <rosrtl/string.h>
/*

View file

@ -1,5 +1,6 @@
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ndk/ntndk.h>
/*
* Utility to copy and append two unicode strings.

View file

@ -3,12 +3,12 @@
/*
*/
#include <stdarg.h>
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ndk/ntndk.h>
#define NDEBUG
#include <ntdll/ntdll.h>
#include <debug.h>
#include <rosrtl/thread.h>

View file

@ -3,11 +3,12 @@
/*
*/
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ndk/ntndk.h>
#define NDEBUG
#include <ntdll/ntdll.h>
#include <debug.h>
#include <rosrtl/thread.h>

View file

@ -5,11 +5,9 @@
#include <string.h>
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <napi/i386/segment.h>
#include <napi/i386/floatsave.h>
#include <ndk/ntndk.h>
#include <rosrtl/thread.h>

View file

@ -3,9 +3,9 @@
/*
*/
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ndk/ntndk.h>
#include <rosrtl/thread.h>
NTSTATUS NTAPI RtlpRosValidateLinearUserStack

View file

@ -1,5 +1,4 @@
#include <windows.h>
#include <string.h>
#include <rosrtl/priv.h>
/*

View file

@ -3,8 +3,9 @@
/*
*/
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ndk/ntndk.h>
#define NDEBUG
#include <debug.h>