14 Aug
2023
14 Aug
'23
7:02 p.m.
From: Vitaly Lipatov <lav(a)etersoft.ru> --- include/wincrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wincrypt.h b/include/wincrypt.h index 81ae7d040da..0da94a31f73 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -26,7 +26,7 @@ extern "C" { #endif #include <bcrypt.h> -/* FIXME: #include <ncrypt.h> */ +#include <ncrypt.h> #ifndef WINADVAPI #ifdef _ADVAPI32_ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3506