[CRYPTUI_WINETEST]

* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58722
This commit is contained in:
Amine Khaldi 2013-04-08 16:31:12 +00:00
parent 63b8350830
commit f7bf1643bf
2 changed files with 5 additions and 8 deletions

View file

@ -18,16 +18,16 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#include <stdio.h>
//#include <stdio.h>
#define NONAMELESSUNION
#include <windef.h>
#include <winbase.h>
#include <winerror.h>
//#include <winerror.h>
#include <winuser.h>
#include <wincrypt.h>
//#include <wincrypt.h>
#include <cryptuiapi.h>
#include "wine/test.h"
#include <wine/test.h>
static BYTE v1CertWithValidPubKey[] = {
0x30,0x81,0xcf,0x02,0x01,0x01,0x30,0x02,0x06,0x00,0x30,0x15,0x31,0x13,0x30,

View file

@ -1,10 +1,7 @@
/* Automatically generated file; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
#include <wine/test.h>
extern void func_cryptui(void);