[ros-diffs] [cfinck] 51066: Hackfix for Far 1.65. Although the file manager didn't become fully usable with this patch, it works better than without and the patch doesn't seem to have negative side effects. Se...

cfinck at svn.reactos.org cfinck at svn.reactos.org
Wed Mar 16 15:09:33 UTC 2011


Author: cfinck
Date: Wed Mar 16 15:09:31 2011
New Revision: 51066

URL: http://svn.reactos.org/svn/reactos?rev=51066&view=rev
Log:
Hackfix for Far 1.65.
Although the file manager didn't become fully usable with this patch, it works better than without and the patch doesn't seem to have negative side effects.

See issue #5503 for more details.

Modified:
    branches/ros-branch-0_3_13/reactos/include/reactos/subsys/csrss/csrss.h

Modified: branches/ros-branch-0_3_13/reactos/include/reactos/subsys/csrss/csrss.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/include/reactos/subsys/csrss/csrss.h?rev=51066&r1=51065&r2=51066&view=diff
==============================================================================
--- branches/ros-branch-0_3_13/reactos/include/reactos/subsys/csrss/csrss.h [iso-8859-1] (original)
+++ branches/ros-branch-0_3_13/reactos/include/reactos/subsys/csrss/csrss.h [iso-8859-1] Wed Mar 16 15:09:31 2011
@@ -22,7 +22,7 @@
 #define MAKE_CSR_API(Number, Server) \
     ((Server) << 16) + Number
 
-#define CSR_CSRSS_SECTION_SIZE          (65536)
+#define CSR_CSRSS_SECTION_SIZE          (131072) //(65536)
 
 typedef VOID (CALLBACK *PCONTROLDISPATCHER)(DWORD);
 




More information about the Ros-diffs mailing list