crypt32: Add FIXMEs for a couple of missing includes.
This commit is contained in:
parent
fa489d08d3
commit
db895bb51a
|
@ -24,6 +24,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* FIXME: #include <bcrypt.h> */
|
||||
/* FIXME: #include <ncrypt.h> */
|
||||
|
||||
/* some typedefs for function parameters */
|
||||
typedef unsigned int ALG_ID;
|
||||
typedef unsigned long HCRYPTPROV;
|
||||
|
|
Loading…
Reference in New Issue