From 252d6cd3a6d09f159eea57aef7d1b8d757232928 Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Sat, 19 Apr 2014 17:21:42 +0300 Subject: [PATCH] Removes a warning that the 32-bit setup is about to install Jitsi on 64-bit Windows. --- src/native/windows/setup/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/windows/setup/setup.c b/src/native/windows/setup/setup.c index 4ef8f1c90..71a84e110 100644 --- a/src/native/windows/setup/setup.c +++ b/src/native/windows/setup/setup.c @@ -1945,7 +1945,7 @@ WinMain( * obviously knows what they are doing so do not ask whether Wow64 is * acceptable. */ - if (Setup_quiet || Setup_xzdec_ || (IDYES == Setup_isWow64Acceptable())) + if (Setup_quiet || Setup_xzdec_ /* || (IDYES == Setup_isWow64Acceptable()) */) { if (Setup_msiexec_) error = Setup_msiexec();