crypt32: Add FIXMEs for a couple of missing includes.

oldstable
Francois Gouget 2007-07-31 19:02:23 +02:00 committed by Alexandre Julliard
parent fa489d08d3
commit db895bb51a
1 changed files with 3 additions and 0 deletions

View File

@ -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;