OSDN Git Service

Make <wincrypt.h> header effectively self-contained.
authorKeith Marshall <keith@users.osdn.me>
Wed, 11 Jul 2018 20:20:14 +0000 (21:20 +0100)
committerKeith Marshall <keith@users.osdn.me>
Wed, 11 Jul 2018 20:20:14 +0000 (21:20 +0100)
* include/wincrypt.h: Include <winbase.h>

w32api/ChangeLog
w32api/include/wincrypt.h

index 36bda4e..d8c6e14 100644 (file)
@@ -1,5 +1,11 @@
 2018-07-11  Keith Marshall  <keith@users.osdn.me>
 
+       Make <wincrypt.h> header effectively self-contained.
+
+       * include/wincrypt.h: Include <winbase.h>
+
+2018-07-11  Keith Marshall  <keith@users.osdn.me>
+
        Correct <wincrypt.h> typographic errors; fix issue [#38391]
 
        * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
index 708e3ac..48a16e7 100644 (file)
@@ -34,6 +34,8 @@
 #define _WINCRYPT_H
 #pragma GCC system_header
 
+#include <winbase.h>
+
 #ifndef WINADVAPI
 #define WINADVAPI
 #endif