From 92be0e4131a01f83236c90c5b480cd53867ba180 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Fri, 25 May 2012 19:26:42 +0000 Subject: [PATCH] [NDK]: Missing define. svn path=/trunk/; revision=56657 --- reactos/include/ndk/rtltypes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/include/ndk/rtltypes.h b/reactos/include/ndk/rtltypes.h index 33e640d9800..857174e3b22 100644 --- a/reactos/include/ndk/rtltypes.h +++ b/reactos/include/ndk/rtltypes.h @@ -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 //