ReactOS 0.4.17-dev-736-g75e91de
precomp.h
Go to the documentation of this file.
1
2#ifndef _BCRYPT_PRECOMP_H
3#define _BCRYPT_PRECOMP_H
4
5#include <wine/config.h>
6#include <wine/port.h>
7
8#include <ntstatus.h>
9#define WIN32_NO_STATUS
10#include <windef.h>
11#include <winbase.h>
12#include <ntsecapi.h>
13#include <wincrypt.h>
14#include <bcrypt.h>
15
16#include <wine/debug.h>
17#include <wine/unicode.h>
18#include <wine/library.h>
19
20#include "bcrypt_internal.h"
21
22#endif /* !_BCRYPT_PRECOMP_H */