Commit db895bb5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

crypt32: Add FIXMEs for a couple of missing includes.

parent fa489d08
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
extern "C" { extern "C" {
#endif #endif
/* FIXME: #include <bcrypt.h> */
/* FIXME: #include <ncrypt.h> */
/* some typedefs for function parameters */ /* some typedefs for function parameters */
typedef unsigned int ALG_ID; typedef unsigned int ALG_ID;
typedef unsigned long HCRYPTPROV; typedef unsigned long HCRYPTPROV;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment