msi: Increase the size of the string table.

This commit is contained in:
Mike McCormack 2006-09-08 16:20:56 +09:00 committed by Alexandre Julliard
parent 5f83069bd8
commit 4f9cae8d8c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(msidb);
#define HASH_SIZE 67
#define HASH_SIZE 0x101
typedef struct _msistring
{