mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +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 */
|
/* Initialize memory */
|
||||||
ConSrvHeap = RtlGetProcessHeap(); // Initialize our own heap.
|
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.
|
// BaseSrvSharedHeap = LoadedServerDll->SharedSection; // Get the CSR shared heap.
|
||||||
// LoadedServerDll->SharedSection = BaseStaticServerData;
|
// LoadedServerDll->SharedSection = BaseStaticServerData;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue