KeePass: Increase supported size for KeePass 1 databases from 300kB to 16MB

This commit is contained in:
Jens Steube
2021-06-30 13:16:03 +02:00
parent 2aff6cba51
commit 56c2243dfb
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ but this is nededed for VS compiler which doesn't have inline keyword but has __
#define HCBUFSIZ_TINY 0x1000
#define HCBUFSIZ_SMALL 0x2000
#define HCBUFSIZ_LARGE 0xb0000
#define HCBUFSIZ_LARGE 0x1000000
#define CPT_CACHE 0x20000
#define PARAMCNT 64