Move the string table out into a separate file, improve lookups.
commitf5e1c13070d301ec7df8dd1abf54f96f6474520f
authorMike McCormack <mike@codeweavers.com>
Wed, 17 Mar 2004 20:49:59 +0000 (17 20:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 17 Mar 2004 20:49:59 +0000 (17 20:49 +0000)
tree86605b757ebaa9030345881b06c234b6a60a4953
parent071e950344e7eee90e44aba54268b57fea8be0f9
Move the string table out into a separate file, improve lookups.
dlls/msi/Makefile.in
dlls/msi/msi.c
dlls/msi/msipriv.h
dlls/msi/string.c [new file with mode: 0644]
dlls/msi/table.c