Alexandre Julliard : cryptdlg: Include objbase.h for function prototypes.
1 Dec
2008
1 Dec
'08
1:34 p.m.
Module: wine Branch: master Commit: 4cdeeb9d4339456a7cdb779baf57b17c02a679d6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4cdeeb9d4339456a7cdb779baf... Author: Alexandre Julliard <julliard(a)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"
6223
Age (days ago)
6223
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard