mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fxi build.
svn path=/trunk/; revision=16112
This commit is contained in:
@@ -7,10 +7,12 @@
|
||||
#include <ntos.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <ntdll/ntdll.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <rosrtl/thread.h>
|
||||
|
||||
#define ROUNDUP(a,b) ((((a)+(b)-1)/(b))*(b))
|
||||
|
||||
NTSTATUS NTAPI RtlRosCreateStack
|
||||
(
|
||||
IN HANDLE ProcessHandle,
|
||||
|
||||
Reference in New Issue
Block a user