mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
wininet: Fix a test that fails on Windows.
This commit is contained in:
parent
2024f68753
commit
890f63a1d8
@ -549,7 +549,7 @@ static void InternetTimeToSystemTimeW_test(void)
|
||||
ret = InternetTimeToSystemTimeW( string, NULL, 0 );
|
||||
ok( !ret, "InternetTimeToSystemTimeW succeeded (%u)\n", GetLastError() );
|
||||
|
||||
ret = InternetTimeToSystemTimeW( string, &time, 1 );
|
||||
ret = InternetTimeToSystemTimeW( string, &time, 0 );
|
||||
ok( ret, "InternetTimeToSystemTimeW failed (%u)\n", GetLastError() );
|
||||
|
||||
ret = InternetTimeToSystemTimeW( string, &time, 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user