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);