From db895bb51aaf7d80618c31a18d98fc2e2d41135c Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 31 Jul 2007 19:02:23 +0200 Subject: [PATCH] crypt32: Add FIXMEs for a couple of missing includes. --- include/wincrypt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wincrypt.h b/include/wincrypt.h index 51e7f51e800..4b4f389b6a9 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -24,6 +24,9 @@ extern "C" { #endif +/* FIXME: #include */ +/* FIXME: #include */ + /* some typedefs for function parameters */ typedef unsigned int ALG_ID; typedef unsigned long HCRYPTPROV;