mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:45:39 +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 <ddk/ntddk.h>
|
||||||
#include <ntos.h>
|
|
||||||
#include <rosrtl/recmutex.h>
|
#include <rosrtl/recmutex.h>
|
||||||
|
|
||||||
VOID RecursiveMutexInit( PRECURSIVE_MUTEX RecMutex ) {
|
VOID RecursiveMutexInit( PRECURSIVE_MUTEX RecMutex ) {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
#include <rosrtl/string.h>
|
#include <rosrtl/string.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Utility to copy and append two unicode strings.
|
* Utility to copy and append two unicode strings.
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <ntdll/ntdll.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#include <rosrtl/thread.h>
|
#include <rosrtl/thread.h>
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,12 @@
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <ntdll/ntdll.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#include <rosrtl/thread.h>
|
#include <rosrtl/thread.h>
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,9 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#include <napi/i386/segment.h>
|
|
||||||
#include <napi/i386/floatsave.h>
|
|
||||||
|
|
||||||
#include <rosrtl/thread.h>
|
#include <rosrtl/thread.h>
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#include <rosrtl/thread.h>
|
#include <rosrtl/thread.h>
|
||||||
|
|
||||||
NTSTATUS NTAPI RtlpRosValidateLinearUserStack
|
NTSTATUS NTAPI RtlpRosValidateLinearUserStack
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <string.h>
|
|
||||||
#include <rosrtl/priv.h>
|
#include <rosrtl/priv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -3,8 +3,9 @@
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue