ReactOS 0.4.17-dev-444-g71ee754
precomp.h
Go to the documentation of this file.
1
2#ifndef __CRYPT32_PRECOMP_H__
3#define __CRYPT32_PRECOMP_H__
4
5#include <wine/config.h>
6#include <wine/port.h>
7
8#include <assert.h>
9#include <stdarg.h>
10#include <stdio.h>
11
12#define _INC_WINDOWS
13#define COM_NO_WINDOWS_H
14
15#include <ntstatus.h>
16#define WIN32_NO_STATUS
17#include <windef.h>
18#include <winbase.h>
19#include <wine/winternl.h>
20#include <winuser.h>
21#include <winreg.h>
22#include <snmp.h>
23
24#define CERT_CHAIN_PARA_HAS_EXTRA_FIELDS
25#define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
26#define CRYPT_OID_INFO_HAS_EXTRA_FIELDS
27#include <wincrypt.h>
28
29#include <mssip.h>
30
31#include <wine/unicode.h>
32#include <wine/exception.h>
33#include <wine/debug.h>
34
35#include "crypt32_private.h"
36#include "cryptres.h"
37
38#endif /* !__CRYPT32_PRECOMP_H__ */