msi/tests: Write-strings warning fix.

This commit is contained in:
Andrew Talbot 2006-07-27 20:11:20 +01:00 committed by Alexandre Julliard
parent 2c23192704
commit ccf7f0777a
1 changed files with 1 additions and 1 deletions

View File

@ -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);