mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Revert unwanted changes.
svn path=/branches/ros-csrss/; revision=58210
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user