8 Sep
2006
8 Sep
'06
4:24 p.m.
Module: wine Branch: master Commit: 4f9cae8d8cb6416d01fe006558591ac8cfa11946 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4f9cae8d8cb6416d01fe0065... Author: Mike McCormack <mike(a)codeweavers.com> Date: Fri Sep 8 16:20:56 2006 +0900 msi: Increase the size of the string table. --- dlls/msi/string.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msi/string.c b/dlls/msi/string.c index db10ae5..7a80663 100644 --- a/dlls/msi/string.c +++ b/dlls/msi/string.c @@ -37,7 +37,7 @@ #include "query.h" WINE_DEFAULT_DEBUG_CHANNEL(msidb); -#define HASH_SIZE 67 +#define HASH_SIZE 0x101 typedef struct _msistring {