Re: msi: Write-strings warnings fix

2006-08-05 Thread Andrew Talbot
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) > > Accor

Re: msi: Write-strings warnings fix

2006-08-04 Thread Dmitry Timoshkov
"Mike McCormack" <[EMAIL PROTECTED]> wrote: 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 hIns

Re: msi: Write-strings warnings fix

2006-08-04 Thread Mike McCormack
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 MsiGetFea