mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[CRYPTUI_WINETEST]
* Sync with Wine 1.5.26. svn path=/trunk/; revision=58722
This commit is contained in:
parent
63b8350830
commit
f7bf1643bf
2 changed files with 5 additions and 8 deletions
|
@ -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,
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue