msi: Increase the size of the string table.
This commit is contained in:
parent
5f83069bd8
commit
4f9cae8d8c
|
@ -37,7 +37,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msidb);
|
||||
|
||||
#define HASH_SIZE 67
|
||||
#define HASH_SIZE 0x101
|
||||
|
||||
typedef struct _msistring
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue