Commit 7eb68153 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

version/tests: Write-strings warning fix.

parent 325f666f
......@@ -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());
}
......
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