mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
jingle bells batman smells, robin laid an egg (build rosrtl with NDK)
svn path=/trunk/; revision=16175
This commit is contained in:
parent
f9eab6bf5e
commit
f239820920
9 changed files with 17 additions and 17 deletions
|
@ -1,5 +1,4 @@
|
|||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <ddk/ntddk.h>
|
||||
#include <rosrtl/recmutex.h>
|
||||
|
||||
VOID RecursiveMutexInit( PRECURSIVE_MUTEX RecMutex ) {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <rosrtl/string.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include <string.h>
|
||||
#include <rosrtl/priv.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -3,8 +3,9 @@
|
|||
/*
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
Loading…
Reference in a new issue