Francois Gouget : crypt32: Add FIXMEs for a couple of missing includes.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 1 05:16:43 CDT 2007


Module: wine
Branch: master
Commit: db895bb51aaf7d80618c31a18d98fc2e2d41135c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=db895bb51aaf7d80618c31a18d98fc2e2d41135c

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Jul 31 19:02:23 2007 +0200

crypt32: Add FIXMEs for a couple of missing includes.

---

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

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;




More information about the wine-cvs mailing list