diff --git a/YUViewLib/src/handler/updateHandler.cpp b/YUViewLib/src/handler/updateHandler.cpp index 607f79eb0..79573b80c 100644 --- a/YUViewLib/src/handler/updateHandler.cpp +++ b/YUViewLib/src/handler/updateHandler.cpp @@ -49,13 +49,13 @@ #ifdef Q_OS_WIN #include -#pragma comment(lib, "Shell32.lib") +#pragma comment(lib, "Shell32.lib") #include // 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