Author: akhaldi Date: Wed Jul 24 17:28:41 2013 New Revision: 59570
URL: http://svn.reactos.org/svn/reactos?rev=59570&view=rev Log: [CABMAN] * Split the reactos.cab generation time by almost a half. Dedicated to Timo Kreuzer.
Modified: trunk/reactos/tools/cabman/cabinet.h
Modified: trunk/reactos/tools/cabman/cabinet.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/cabman/cabinet.h?rev=... ============================================================================== --- trunk/reactos/tools/cabman/cabinet.h [iso-8859-1] (original) +++ trunk/reactos/tools/cabman/cabinet.h [iso-8859-1] Wed Jul 24 17:28:41 2013 @@ -95,7 +95,7 @@
#define CAB_SIGNATURE 0x4643534D // "MSCF" #define CAB_VERSION 0x0103 -#define CAB_BLOCKSIZE 32768 +#define CAB_BLOCKSIZE 2048
#define CAB_COMP_MASK 0x00FF #define CAB_COMP_NONE 0x0000