1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00

include: Include ncrypt.h in wincrypt.h.

This commit is contained in:
Vitaly Lipatov 2023-07-16 17:17:38 +03:00 committed by Alexandre Julliard
parent 6bcdbbe573
commit aa4d0dd818

View File

@ -26,7 +26,7 @@ extern "C" {
#endif
#include <bcrypt.h>
/* FIXME: #include <ncrypt.h> */
#include <ncrypt.h>
#ifndef WINADVAPI
#ifdef _ADVAPI32_