mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[ACTCTX]
- One more leftover from 54623. Remove actctx_init() from the activation context stack allocation. svn path=/trunk/; revision=54627
This commit is contained in:
parent
9f956fd752
commit
8dd55da5d6
1 changed files with 0 additions and 4 deletions
|
@ -2801,10 +2801,6 @@ RtlAllocateActivationContextStack(IN PVOID *Context)
|
|||
|
||||
*Context = ContextStack;
|
||||
|
||||
/* FIXME: Documentation on MSDN reads that activation contexts are only created
|
||||
for modules that have a valid manifest file or resource */
|
||||
actctx_init();
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue