ReactOS 0.4.15-dev-7834-g00c4b3d
precomp.h
Go to the documentation of this file.
1
2#ifndef _CRYPT32_WINETEST_PRECOMP_H_
3#define _CRYPT32_WINETEST_PRECOMP_H_
4
5#include <stdio.h>
6
7#define _INC_WINDOWS
8#define COM_NO_WINDOWS_H
9
10#include <ntstatus.h>
11#define WIN32_NO_STATUS
12
13#include <wine/test.h>
14#include <winreg.h>
15
16#define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS
17#define CMSG_SIGNED_ENCODE_INFO_HAS_CMS_FIELDS
18#define CRYPT_OID_INFO_HAS_EXTRA_FIELDS
19#include <wincrypt.h>
20
21#endif /* !_CRYPT32_WINETEST_PRECOMP_H_ */