Hackfix for Far 1.65.
authorColin Finck <colin@reactos.org>
Wed, 16 Mar 2011 15:09:31 +0000 (15:09 +0000)
committerColin Finck <colin@reactos.org>
Wed, 16 Mar 2011 15:09:31 +0000 (15:09 +0000)
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.

svn path=/branches/ros-branch-0_3_13/; revision=51066

reactos/include/reactos/subsys/csrss/csrss.h

index 47c5add..454de4c 100644 (file)
@@ -22,7 +22,7 @@ typedef ULONG CSR_API_NUMBER;
 #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);