mirror of
https://github.com/reactos/reactos.git
synced 2024-12-19 17:13:29 +08:00
[MPR_WINETEST] Sync with Wine Staging 2.16. CORE-13762
This commit is contained in:
parent
fec16ab0c0
commit
959d60f54a
@ -125,8 +125,7 @@ static void test_WNetGetRemoteName(void)
|
||||
ret = WNetGetUniversalNameA(driveA, REMOTE_NAME_INFO_LEVEL,
|
||||
NULL, &info_size);
|
||||
|
||||
if(((GetVersion() & 0x8000ffff) == 0x00000004) || /* NT40 */
|
||||
(drive_type == DRIVE_REMOTE))
|
||||
if(drive_type == DRIVE_REMOTE)
|
||||
todo_wine
|
||||
ok(ret == WN_BAD_POINTER, "WNetGetUniversalNameA failed: %08x\n", ret);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user