mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 18:16:13 +08:00
[MPR_WINETEST] Sync with Wine Staging 2.16. CORE-13762
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user