https://git.reactos.org/?p=reactos.git;a=commitdiff;h=959d60f54a1dc9259d8c0…
commit 959d60f54a1dc9259d8c0d4fef396795c351e2af
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Sat Oct 21 13:11:27 2017 +0100
[MPR_WINETEST] Sync with Wine Staging 2.16. CORE-13762
---
modules/rostests/winetests/mpr/mpr.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/rostests/winetests/mpr/mpr.c b/modules/rostests/winetests/mpr/mpr.c
index c8ca2445cb..19097b8a28 100644
--- a/modules/rostests/winetests/mpr/mpr.c
+++ b/modules/rostests/winetests/mpr/mpr.c
@@ -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