msi: Store properties in a hash table, not the database.

Dan Kegel dank at kegel.com
Fri Aug 25 01:34:01 CDT 2006


On 8/24/06, Mike McCormack <mike at codeweavers.com> wrote:
> Use string insensitive comparisons for property names.
> ---
>   dlls/msi/package.c |  253

package.c: In function 'MSI_CreatePackage':
package.c:426: error: 'PROPERTY_HASH_SIZE' undeclared (first use in
this function)
package.c:427: error: 'struct tagMSIPACKAGE' has no member named 'props'

Did you forget to include your change to msipriv.h?



More information about the wine-devel mailing list