Skip to content

Commit

Permalink
Merge pull request #305 from IENT/bugfix/EnableEncryptedUpdateCheck
Browse files Browse the repository at this point in the history
Enable encrypted update check
  • Loading branch information
ChristianFeldmann authored Dec 17, 2020
2 parents f2b9c70 + b237052 commit 50361fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions YUViewLib/src/handler/updateHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@

#ifdef Q_OS_WIN
#include <windows.h>
#pragma comment(lib, "Shell32.lib")
#pragma comment(lib, "Shell32.lib")
#include <ShellAPI.h> // without space also
#endif

// Don't abort in case a connection is not encrypted.
// Don't abort in case a connection is not encrypted.
// ONLY USE THIS FOR DEBGGING
#define ALLOW_UNENCRYPTED_CONNECTIONS 1
#define ALLOW_UNENCRYPTED_CONNECTIONS 0

#define UPDATER_DEBUG_OUTPUT 0
#if UPDATER_DEBUG_OUTPUT && !NDEBUG
Expand Down

0 comments on commit 50361fb

Please sign in to comment.