| commit | db895bb51aaf7d80618c31a18d98fc2e2d41135c | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Tue Jul 31 19:02:23 2007 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 31 21:37:19 2007 +0200 |
| tree | d7be9f9c27ed6ed3a277425ba9bf815f8dfa1e3c | |
| parent | fa489d08d34bbcbd84cbc0b1ef7cb168156a4ff8 [diff] |
crypt32: Add FIXMEs for a couple of missing includes.
diff --git a/include/wincrypt.h b/include/wincrypt.h index 51e7f51..4b4f389 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h
@@ -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;