ChangeSet ID: 11547 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/03/17 14:49:59 Modified files: dlls/msi : table.c msipriv.h msi.c Makefile.in Added files: dlls/msi : string.c Log message: Mike McCormack <mike(a)codeweavers.com> Move the string table out into a separate file, improve lookups. Patch: http://cvs.winehq.org/patch.py?id=11547 Old revision New revision Changes Path 1.6 1.7 +23 -104 wine/dlls/msi/table.c 1.5 1.6 +10 -20 wine/dlls/msi/msipriv.h 1.11 1.12 +1 -1 wine/dlls/msi/msi.c 1.7 1.8 +1 -0 wine/dlls/msi/Makefile.in Added 1.1 +0 -0 wine/dlls/msi/string.c