[2/2] mscoree/tests: Loading the runtime works on x86-64 now.

Vincent Povirk madewokherd at gmail.com
Fri Feb 26 13:08:55 CST 2016


From: Vincent Povirk <vincent at codeweavers.com>

This requires a prefix update (to get Wine Mono 4.6.0).

Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
---
 dlls/mscoree/tests/mscoree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mscoree/tests/mscoree.c b/dlls/mscoree/tests/mscoree.c
index 6923f2a..475f403 100644
--- a/dlls/mscoree/tests/mscoree.c
+++ b/dlls/mscoree/tests/mscoree.c
@@ -155,7 +155,7 @@ static BOOL runtime_is_usable(void)
 
     if (!ret || exitcode != 0)
     {
-#ifndef __i386__
+#if !defined(__i386__) && !defined(__x86_64__)
         todo_wine
 #endif
         win_skip(".NET 4.0 runtime is not usable\n");
-- 
2.5.0




More information about the wine-patches mailing list