mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
Fxi build.
svn path=/trunk/; revision=16112
This commit is contained in:
parent
299cedf334
commit
61eed1a9da
1 changed files with 3 additions and 1 deletions
|
@ -7,10 +7,12 @@
|
||||||
#include <ntos.h>
|
#include <ntos.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <ntdll/ntdll.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#include <rosrtl/thread.h>
|
#include <rosrtl/thread.h>
|
||||||
|
|
||||||
|
#define ROUNDUP(a,b) ((((a)+(b)-1)/(b))*(b))
|
||||||
|
|
||||||
NTSTATUS NTAPI RtlRosCreateStack
|
NTSTATUS NTAPI RtlRosCreateStack
|
||||||
(
|
(
|
||||||
IN HANDLE ProcessHandle,
|
IN HANDLE ProcessHandle,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue