From f7bf1643bf4cf7618bc9258ecd33b1b3a54ba4d9 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 8 Apr 2013 16:31:12 +0000 Subject: [PATCH] [CRYPTUI_WINETEST] * Sync with Wine 1.5.26. svn path=/trunk/; revision=58722 --- rostests/winetests/cryptui/cryptui.c | 8 ++++---- rostests/winetests/cryptui/testlist.c | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/rostests/winetests/cryptui/cryptui.c b/rostests/winetests/cryptui/cryptui.c index bb1db929ba5..fd16a6b8b07 100644 --- a/rostests/winetests/cryptui/cryptui.c +++ b/rostests/winetests/cryptui/cryptui.c @@ -18,16 +18,16 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include -#include +//#include #define NONAMELESSUNION #include #include -#include +//#include #include -#include +//#include #include -#include "wine/test.h" +#include static BYTE v1CertWithValidPubKey[] = { 0x30,0x81,0xcf,0x02,0x01,0x01,0x30,0x02,0x06,0x00,0x30,0x15,0x31,0x13,0x30, diff --git a/rostests/winetests/cryptui/testlist.c b/rostests/winetests/cryptui/testlist.c index 315bb4fe129..26caa7ec5ea 100644 --- a/rostests/winetests/cryptui/testlist.c +++ b/rostests/winetests/cryptui/testlist.c @@ -1,10 +1,7 @@ /* Automatically generated file; DO NOT EDIT!! */ -#define WIN32_LEAN_AND_MEAN -#include - #define STANDALONE -#include "wine/test.h" +#include extern void func_cryptui(void);