No HTTPS for Windows XP

No HTTPS for Windows XP
This commit is contained in:
Andy Vandijck 2025-06-25 13:10:44 +02:00
parent 4b080c2e4e
commit 0c8e09a029
1 changed files with 3 additions and 0 deletions

View File

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