mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Revert unwanted changes.
svn path=/branches/ros-csrss/; revision=58210
This commit is contained in:
parent
85da7a06cd
commit
670f805765
1 changed files with 0 additions and 9 deletions
|
@ -448,15 +448,6 @@ CSR_SERVER_DLL_INIT(ConServerDllInitialization)
|
|||
|
||||
/* Initialize memory */
|
||||
ConSrvHeap = RtlGetProcessHeap(); // Initialize our own heap.
|
||||
/*
|
||||
ConSrvHeap = RtlCreateHeap( HEAP_GROWABLE | HEAP_CLASS_5, // Flags
|
||||
NULL, // HeapBase
|
||||
64 * 1024, // ReserveSize
|
||||
4096, // CommitSize
|
||||
NULL, // Lock to use for serialization
|
||||
NULL // GrowthThreshold
|
||||
);
|
||||
*/
|
||||
// BaseSrvSharedHeap = LoadedServerDll->SharedSection; // Get the CSR shared heap.
|
||||
// LoadedServerDll->SharedSection = BaseStaticServerData;
|
||||
|
||||
|
|
Loading…
Reference in a new issue