msi: Write-strings warnings fix

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Aug 5 04:36:57 CDT 2006


Mike McCormack wrote:
> Which version of the Windows SDK is that?
> 
>> -UINT WINAPI MsiGetFeatureStateA(MSIHANDLE hInstall, LPSTR szFeature,
>> +UINT WINAPI MsiGetFeatureStateA(MSIHANDLE hInstall, LPCSTR szFeature,
>>                    INSTALLSTATE *piInstalled, INSTALLSTATE *piAction)
> 
> According to my version of the Windows SDK, these changes are wrong.

I look the functions up on http://windowssdk.msdn.microsoft.com/.
Specifically, I used the data at
http://windowssdk.msdn.microsoft.com/en-us/library/ms702868.aspx for these
database functions.

-- Andy.





More information about the wine-devel mailing list