2018-03-09 12:00:36 +00:00
|
|
|
|
2017-12-17 11:33:39 +00:00
|
|
|
#ifndef _CRYPT32_WINETEST_PRECOMP_H_
|
|
|
|
#define _CRYPT32_WINETEST_PRECOMP_H_
|
|
|
|
|
|
|
|
#include <stdio.h>
|
2017-12-18 12:21:47 +00:00
|
|
|
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
2018-03-09 12:00:36 +00:00
|
|
|
|
2017-12-18 12:21:47 +00:00
|
|
|
#include <ntstatus.h>
|
|
|
|
#define WIN32_NO_STATUS
|
2018-03-09 12:00:36 +00:00
|
|
|
|
2017-12-17 11:33:39 +00:00
|
|
|
#include <wine/test.h>
|
|
|
|
#include <winreg.h>
|
2018-03-09 12:00:36 +00:00
|
|
|
|
2017-12-17 11:33:39 +00:00
|
|
|
#define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS
|
|
|
|
#define CMSG_SIGNED_ENCODE_INFO_HAS_CMS_FIELDS
|
2018-03-09 12:00:36 +00:00
|
|
|
#define CRYPT_OID_INFO_HAS_EXTRA_FIELDS
|
2017-12-17 11:33:39 +00:00
|
|
|
#include <wincrypt.h>
|
|
|
|
|
|
|
|
#endif /* !_CRYPT32_WINETEST_PRECOMP_H_ */
|