mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 04:37:15 +00:00
[MPR_WINETEST] Sync with Wine Staging 2.16. CORE-13762
This commit is contained in:
parent
fec16ab0c0
commit
959d60f54a
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ static void test_WNetGetRemoteName(void)
|
||||||
ret = WNetGetUniversalNameA(driveA, REMOTE_NAME_INFO_LEVEL,
|
ret = WNetGetUniversalNameA(driveA, REMOTE_NAME_INFO_LEVEL,
|
||||||
NULL, &info_size);
|
NULL, &info_size);
|
||||||
|
|
||||||
if(((GetVersion() & 0x8000ffff) == 0x00000004) || /* NT40 */
|
if(drive_type == DRIVE_REMOTE)
|
||||||
(drive_type == DRIVE_REMOTE))
|
|
||||||
todo_wine
|
todo_wine
|
||||||
ok(ret == WN_BAD_POINTER, "WNetGetUniversalNameA failed: %08x\n", ret);
|
ok(ret == WN_BAD_POINTER, "WNetGetUniversalNameA failed: %08x\n", ret);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue