Module: wine Branch: master Commit: a48211a2b79d58f756c9220cb935bfec0a8a8e58 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a48211a2b79d58f756c9220cb... Author: Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> Date: Sat Mar 14 18:06:51 2020 +0100 include: Remove comment about now old NTDDI_VERSION. Signed-off-by: Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/mssip.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mssip.h b/include/mssip.h index c14f02de5f..ee225f1cbe 100644 --- a/include/mssip.h +++ b/include/mssip.h @@ -157,7 +157,6 @@ typedef struct SIP_ADD_NEWPROVIDER_ WCHAR *pwszIsFunctionNameFmt2; - /* NTDDI_VERSION >= NTDDI_WIN8 */ WCHAR *pwszGetCapFuncName; } SIP_ADD_NEWPROVIDER, *PSIP_ADD_NEWPROVIDER; #include <poppack.h>