version/tests: Write-strings warning fix.

This commit is contained in:
Andrew Talbot 2006-12-16 12:15:53 +00:00 committed by Alexandre Julliard
parent 325f666fc5
commit 7eb6815336

View file

@ -233,7 +233,7 @@ static void test_info(void)
{
/* this test crashes on WinNT4
*/
boolret = VerQueryValueA( pVersionInfo, "\\", (LPVOID *)&pFixedVersionInfo, 0);
boolret = VerQueryValueA( pVersionInfo, backslash, (LPVOID *)&pFixedVersionInfo, 0);
ok (boolret, "VerQueryValue failed: GetLastError = 0x%08x\n", GetLastError());
}