Alexandre Julliard : cryptdlg: Include objbase.h for function prototypes.

Alexandre Julliard julliard at winehq.org
Mon Dec 1 07:34:13 CST 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Dec  1 13:20:30 2008 +0100

cryptdlg: Include objbase.h for function prototypes.

---

 dlls/cryptdlg/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/cryptdlg/main.c b/dlls/cryptdlg/main.c
index e8f2514..21012c5 100644
--- a/dlls/cryptdlg/main.c
+++ b/dlls/cryptdlg/main.c
@@ -29,6 +29,7 @@
 #include "wincrypt.h"
 #include "wintrust.h"
 #include "winuser.h"
+#include "objbase.h"
 #include "cryptdlg.h"
 #include "cryptuiapi.h"
 #include "wine/debug.h"




More information about the wine-cvs mailing list