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() {