[misc] yay, more XP fixes...

* Since I half expect 2.16 to be the last version of Rufus to support Windows XP
This commit is contained in:
Pete Batard 2017-07-24 16:25:18 +01:00
parent 811f3cc1bc
commit 7ef65b551a
5 changed files with 24 additions and 23 deletions

View file

@ -73,6 +73,7 @@
#define DD_BUFFER_SIZE 65536 // Minimum size of the buffer we use for DD operations
#define UBUFFER_SIZE 2048
#define RUFUS_URL "https://rufus.akeo.ie"
#define UPDATE_URL "http://rufus.akeo.ie" // Stupid XP can't handle a recent SSL implementation...
#define DOWNLOAD_URL RUFUS_URL "/downloads"
#define FILES_URL RUFUS_URL "/files"
#define SEVENZIP_URL "http://www.7-zip.org"