diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2014-04-22 13:05:33 +0300 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2014-04-22 13:05:33 +0300 |
commit | 31b2d7ba5aa5ff875d4624d95053a898ea6fa8c5 (patch) | |
tree | 982397db6473cdecf04090f56fdb9b1a38507463 /src/native | |
parent | 790c36f960e5e2586ae9817949b19e7164c6c0c6 (diff) | |
download | jitsi-31b2d7ba5aa5ff875d4624d95053a898ea6fa8c5.zip jitsi-31b2d7ba5aa5ff875d4624d95053a898ea6fa8c5.tar.gz jitsi-31b2d7ba5aa5ff875d4624d95053a898ea6fa8c5.tar.bz2 |
Removes a warning that the 32-bit setup is about to install Jitsi on 64-bit Windows.
Diffstat (limited to 'src/native')
-rw-r--r-- | src/native/windows/setup/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/windows/setup/setup.c b/src/native/windows/setup/setup.c index 71a84e1..f926ebb 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();
|