msi/tests: Write-strings warnings fix.
This commit is contained in:
parent
da3eeb4bd5
commit
81592e497b
|
@ -1076,7 +1076,7 @@ static UINT add_table_to_db(MSIHANDLE hdb, LPCSTR table_data)
|
||||||
static void test_msiimport(void)
|
static void test_msiimport(void)
|
||||||
{
|
{
|
||||||
MSIHANDLE hdb, view, rec;
|
MSIHANDLE hdb, view, rec;
|
||||||
LPSTR query;
|
LPCSTR query;
|
||||||
UINT r, count;
|
UINT r, count;
|
||||||
signed int i;
|
signed int i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue