msi/tests: Write-strings warning fix.
This commit is contained in:
parent
2c23192704
commit
ccf7f0777a
|
@ -694,7 +694,7 @@ static void test_packagecoltypes(void)
|
|||
{
|
||||
MSIHANDLE hdb, view, rec;
|
||||
char path[MAX_PATH];
|
||||
LPSTR query;
|
||||
LPCSTR query;
|
||||
UINT r, count;
|
||||
|
||||
CoInitialize(NULL);
|
||||
|
|
Loading…
Reference in New Issue