From: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> Date: Sat, 7 Sep 2019 18:58:20 +0000 (+0200) Subject: Removed redundant (and wrong in terms of it's value) definitions for WINVER/_WIN32_WINNT X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~650^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3960ffea3f46478268154fbc7eeb9e2ffdc49b7e;p=nextcloud-desktop.git Removed redundant (and wrong in terms of it's value) definitions for WINVER/_WIN32_WINNT Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> --- diff --git a/shell_integration/windows/OCUtil/stdafx.h b/shell_integration/windows/OCUtil/stdafx.h index e46161544..532ea3e54 100644 --- a/shell_integration/windows/OCUtil/stdafx.h +++ b/shell_integration/windows/OCUtil/stdafx.h @@ -1,7 +1,9 @@ #pragma once #define WIN32_LEAN_AND_MEAN -#define WINVER 0x0501 -#define _WIN32_WINNT 0x0501 + +// Note: Here was a #define for windows target version +// e.g. WINVER / _WIN32_WINNT, see https://devblogs.microsoft.com/oldnewthing/20070411-00/?p=27283 +// Unnecessary because we define both in desktop/CMakeLists.txt #include