Skip to content

Commit

Permalink
Enable encrypted update check
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Dec 17, 2020
1 parent f2b9c70 commit b237052
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 b237052

Please sign in to comment.