Mike McCormack : msi: Increase the size of the string table.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 8 10:24:33 CDT 2006


Module: wine
Branch: master
Commit: 4f9cae8d8cb6416d01fe006558591ac8cfa11946
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=4f9cae8d8cb6416d01fe006558591ac8cfa11946

Author: Mike McCormack <mike at 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
 {




More information about the wine-cvs mailing list