From 4f9cae8d8cb6416d01fe006558591ac8cfa11946 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Fri, 8 Sep 2006 16:20:56 +0900 Subject: [PATCH] msi: Increase the size of the string table. --- dlls/msi/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/string.c b/dlls/msi/string.c index db10ae5f1ad..7a806630354 100644 --- a/dlls/msi/string.c +++ b/dlls/msi/string.c @@ -37,7 +37,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(msidb); -#define HASH_SIZE 67 +#define HASH_SIZE 0x101 typedef struct _msistring {