mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +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>
|
||||
|
||||
#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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue