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;
|
MSIHANDLE hdb, view, rec;
|
||||||
char path[MAX_PATH];
|
char path[MAX_PATH];
|
||||||
LPSTR query;
|
LPCSTR query;
|
||||||
UINT r, count;
|
UINT r, count;
|
||||||
|
|
||||||
CoInitialize(NULL);
|
CoInitialize(NULL);
|
||||||
|
|
Loading…
Reference in New Issue