From: Keith Marshall Date: Wed, 11 Jul 2018 20:20:14 +0000 (+0100) Subject: Make header effectively self-contained. X-Git-Tag: wsl-5.1.1-release~5 X-Git-Url: http://git.osdn.net/view?p=mingw%2Fmingw-org-wsl.git;a=commitdiff_plain;h=7b0f1f23aa38ae883cded71ff30d94e31b4e39cb Make header effectively self-contained. * include/wincrypt.h: Include --- diff --git a/w32api/ChangeLog b/w32api/ChangeLog index 36bda4e..d8c6e14 100644 --- a/w32api/ChangeLog +++ b/w32api/ChangeLog @@ -1,5 +1,11 @@ 2018-07-11 Keith Marshall + Make header effectively self-contained. + + * include/wincrypt.h: Include + +2018-07-11 Keith Marshall + Correct typographic errors; fix issue [#38391] * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to... diff --git a/w32api/include/wincrypt.h b/w32api/include/wincrypt.h index 708e3ac..48a16e7 100644 --- a/w32api/include/wincrypt.h +++ b/w32api/include/wincrypt.h @@ -34,6 +34,8 @@ #define _WINCRYPT_H #pragma GCC system_header +#include + #ifndef WINADVAPI #define WINADVAPI #endif