[PATCH 1/1] msi: MsiGetPropertyA return wrong length when called from a custom action.

Mike McCormack mike at codeweavers.com
Fri Jan 12 03:25:36 CST 2007


Dmitry Timoshkov wrote:

> Does behaviour of MsiGetPropertyA and MsiGetPropertyW differ in that case?
> I'd be interested to have a look at the test case.

I've put the test case up here:
http://mandoo.dyndns.org/msitest.zip

>> +    TlsSetValue( tls_slot, (void*) 1 );
> 
> Shouldn't this be reset to 0 once a custom action has finished?

The thread running the custom action terminates immediately after the 
custom action finishes, so there shouldn't be any need to reset the tls 
value.

Mike



More information about the wine-devel mailing list