From 0c8e09a02913ca4e1b24b0efd43cd5f0183947df Mon Sep 17 00:00:00 2001 From: Andy Vandijck Date: Wed, 25 Jun 2025 13:10:44 +0200 Subject: [PATCH] No HTTPS for Windows XP No HTTPS for Windows XP --- src/wx/autoupdater/wxmsw/autoupdater.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wx/autoupdater/wxmsw/autoupdater.cpp b/src/wx/autoupdater/wxmsw/autoupdater.cpp index 7f3a54a5..86775549 100644 --- a/src/wx/autoupdater/wxmsw/autoupdater.cpp +++ b/src/wx/autoupdater/wxmsw/autoupdater.cpp @@ -3,6 +3,9 @@ #include "core/base/version.h" #include "wx/autoupdater/wxmsw/winsparkle-wrapper.h" +#if _WIN32_WINNT < 0x0600 +#define NO_HTTPS 1 +#endif void initAutoupdater() {