mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[NDK]: Missing define.
svn path=/trunk/; revision=56657
This commit is contained in:
parent
4d61ae25fc
commit
92be0e4131
1 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,12 @@ Author:
|
|||
#define RTL_CALLER_ALLOCATED_ACTIVATION_CONTEXT_STACK_FRAME_FORMAT_WHISTLER \
|
||||
0x1
|
||||
|
||||
//
|
||||
// RtlActivateActivationContextEx Flags
|
||||
//
|
||||
#define RTL_ACTIVATE_ACTIVATION_CONTEXT_EX_FLAG_RELEASE_ON_STACK_DEALLOCATION \
|
||||
0x1
|
||||
|
||||
//
|
||||
// Public Heap Flags
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue