Commit ccf7f077 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msi/tests: Write-strings warning fix.

parent 2c231927
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment