projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec16ab
)
[MPR_WINETEST] Sync with Wine Staging 2.16. CORE-13762
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 21 Oct 2017 12:11:27 +0000
(13:11 +0100)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 21 Oct 2017 12:11:27 +0000
(13:11 +0100)
modules/rostests/winetests/mpr/mpr.c
patch
|
blob
|
history
diff --git
a/modules/rostests/winetests/mpr/mpr.c
b/modules/rostests/winetests/mpr/mpr.c
index
c8ca244
..
19097b8
100644
(file)
--- 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