mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user