crypt32: Add FIXMEs for a couple of missing includes.

Francois Gouget fgouget at free.fr
Tue Jul 31 12:02:23 CDT 2007


---

To motivate developers and so that when they get added a simply grep 
will tell us which headers have #include directives to uncomment.


 include/wincrypt.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index eb0cd16..f973133 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;
-- 
1.4.4.4




More information about the wine-patches mailing list