Module: wine Branch: master Commit: aa4d0dd8188fc8541d36f8926f67d6b6360bdcf1 URL: https://gitlab.winehq.org/wine/wine/-/commit/aa4d0dd8188fc8541d36f8926f67d6b...
Author: Vitaly Lipatov lav@etersoft.ru Date: Sun Jul 16 17:17:38 2023 +0300
include: Include ncrypt.h in wincrypt.h.
---
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_