mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
version/tests: Write-strings warning fix.
This commit is contained in:
parent
325f666fc5
commit
7eb6815336
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue