msi: Write-strings warnings fix

Mike McCormack mike at codeweavers.com
Fri Aug 4 21:26:50 CDT 2006


Andrew Talbot wrote:

> MSI{Get|Set}FeatureState(), MSI{Get|Set}ComponentState() and
> MSI{Get|Set}Property() have appropriate const string arguments in the SDK.

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.

Mike



More information about the wine-devel mailing list